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

This commit is contained in:
Erki Aas 2024-07-27 20:50:05 +00:00
parent 78d2ec5ce6
commit 6f465d79a3

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: 'RS256', codeChallengeMethod: 'S256',
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,
}, },