Update config/prod.js
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
This commit is contained in:
parent
6cecbec592
commit
78d2ec5ce6
@ -12,7 +12,7 @@ module.exports = {
|
||||
scopes: 'openid profile',
|
||||
grantTypes: process.env.OIDC_GRANT_TYPES,
|
||||
signedResponseAlg: process.env.OIDC_ID_TOKEN_SIGNED_RESPONSE_ALG,
|
||||
codeChallengeMethod: 'S256',
|
||||
codeChallengeMethod: 'RS256',
|
||||
responseTypes: process.env.OIDC_RESPONSE_TYPES,
|
||||
authMethod: process.env.OIDC_TOKEN_ENDPOINT_AUTH_METHOD,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user