Enable attemptSilentLogin on OIDC for users that might be already signed in, this will skip the login page if users have authenticated with the idP before and still have a valid session

This commit is contained in:
Glenn de Haan
2024-10-03 14:02:12 +02:00
parent 4418f9c347
commit 04cff21fcc

View File

@@ -21,6 +21,7 @@ const settings = {
secret: '',
idpLogout: true,
authRequired: false,
attemptSilentLogin: true,
authorizationParams: {
response_type: 'code',
response_mode: 'query',