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