File tree 2 files changed +4
-4
lines changed
templates_for_privatekeyjwt
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
<!-- Open ID Connect -->
7
7
<!-- Client with inbound propagation set to supported -->
8
8
<openidConnectClient authFilterRef =" browserAuthFilter" id =" odm" scope =" openid" accessTokenInLtpaCookie =" true"
9
- clientId =" AZUREAD_CLIENT_ID" clientSecret =" AZUREAD_CLIENT_SECRET"
9
+ clientId =" AZUREAD_CLIENT_ID" clientSecret =" AZUREAD_CLIENT_SECRET" tokenReuse = " true "
10
10
signatureAlgorithm =" RS256" inboundPropagation =" supported"
11
11
jwkEndpointUrl =" ${ServerHost}/discovery/v2.0/keys"
12
12
issuerIdentifier =" ${ServerHost}/v2.0"
16
16
17
17
<!-- Client with inbound propagation set to required -->
18
18
<openidConnectClient authFilterRef =" apiAuthFilter" id =" odmapi" scope =" openid"
19
- clientId =" AZUREAD_CLIENT_ID" clientSecret =" AZUREAD_CLIENT_SECRET"
19
+ clientId =" AZUREAD_CLIENT_ID" clientSecret =" AZUREAD_CLIENT_SECRET" tokenReuse = " true "
20
20
signatureAlgorithm =" RS256" inboundPropagation =" required"
21
21
jwkEndpointUrl =" ${ServerHost}/discovery/v2.0/keys"
22
22
issuerIdentifier =" ${ServerHost}/v2.0"
Original file line number Diff line number Diff line change 9
9
clientId =" AZUREAD_CLIENT_ID" tokenEndpointAuthMethod =" private_key_jwt" keyAliasName =" myodmcompany" sslRef =" odmDefaultSSLConfig"
10
10
signatureAlgorithm =" RS256" inboundPropagation =" supported"
11
11
jwkEndpointUrl =" ${ServerHost}/discovery/v2.0/keys"
12
- issuerIdentifier =" ${ServerHost}/v2.0"
12
+ issuerIdentifier =" ${ServerHost}/v2.0" tokenReuse = " true "
13
13
authorizationEndpointUrl =" ${ServerHost}/oauth2/v2.0/authorize"
14
14
tokenEndpointUrl =" ${ServerHost}/oauth2/v2.0/token"
15
15
userIdentifier =" email" groupIdentifier =" groups" audiences =" ALL_AUDIENCES" />
19
19
clientId =" AZUREAD_CLIENT_ID"
20
20
signatureAlgorithm =" RS256" inboundPropagation =" required"
21
21
jwkEndpointUrl =" ${ServerHost}/discovery/v2.0/keys"
22
- issuerIdentifier =" ${ServerHost}/v2.0"
22
+ issuerIdentifier =" ${ServerHost}/v2.0" tokenReuse = " true "
23
23
authorizationEndpointUrl =" ${ServerHost}/oauth2/v2.0/authorize"
24
24
tokenEndpointUrl =" ${ServerHost}/oauth2/v2.0/token"
25
25
userIdentifier =" identity" groupIdentifier =" groups" audiences =" ALL_AUDIENCES" />
You can’t perform that action at this time.
0 commit comments