mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-03-31 06:24:02 -04:00
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:
@@ -21,6 +21,7 @@ const settings = {
|
||||
secret: '',
|
||||
idpLogout: true,
|
||||
authRequired: false,
|
||||
attemptSilentLogin: true,
|
||||
authorizationParams: {
|
||||
response_type: 'code',
|
||||
response_mode: 'query',
|
||||
|
||||
Reference in New Issue
Block a user