Update config/prod.js
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
Erki Aas 2024-07-27 20:43:41 +00:00
parent 6cecbec592
commit 78d2ec5ce6

View File

@ -12,7 +12,7 @@ module.exports = {
scopes: 'openid profile', scopes: 'openid profile',
grantTypes: process.env.OIDC_GRANT_TYPES, grantTypes: process.env.OIDC_GRANT_TYPES,
signedResponseAlg: process.env.OIDC_ID_TOKEN_SIGNED_RESPONSE_ALG, signedResponseAlg: process.env.OIDC_ID_TOKEN_SIGNED_RESPONSE_ALG,
codeChallengeMethod: 'S256', codeChallengeMethod: 'RS256',
responseTypes: process.env.OIDC_RESPONSE_TYPES, responseTypes: process.env.OIDC_RESPONSE_TYPES,
authMethod: process.env.OIDC_TOKEN_ENDPOINT_AUTH_METHOD, authMethod: process.env.OIDC_TOKEN_ENDPOINT_AUTH_METHOD,
}, },