This commit is contained in:
		| @@ -9,7 +9,7 @@ module.exports = { | ||||
|         clientId: process.env.OIDC_CLIENT_ID, | ||||
|         clientSecret: process.env.OIDC_CLIENT_SECRET, | ||||
|         redirectUris: process.env.OIDC_REDIRECT_URIS, | ||||
|         scopes: process.env.OIDC_AVAILABLE_SCOPES, | ||||
|         scopes: 'openid profile', | ||||
|         grantTypes: process.env.OIDC_GRANT_TYPES, | ||||
|         signedResponseAlg: process.env.OIDC_ID_TOKEN_SIGNED_RESPONSE_ALG, | ||||
|         codeChallengeMethod: 'S256', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user