Update config/prod.js
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
78d2ec5ce6
commit
6f465d79a3
@ -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: 'RS256',
|
||||
codeChallengeMethod: 'S256',
|
||||
responseTypes: process.env.OIDC_RESPONSE_TYPES,
|
||||
authMethod: process.env.OIDC_TOKEN_ENDPOINT_AUTH_METHOD,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user