mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
enable redirect to oidc provider to empower sso solutions even further
This commit is contained in:
parent
2e354f9b1e
commit
84d51393e4
6 changed files with 72 additions and 57 deletions
|
@ -508,8 +508,7 @@ if (Meteor.isServer) {
|
|||
return process.env.PASSWORD_LOGIN_ENABLED === 'false';
|
||||
},
|
||||
isOidcRedirectionEnabled(){
|
||||
console.log(process.env.REDIRECT_LOGIN_LOGOUT_TO_OIDC === 'true');
|
||||
return process.env.REDIRECT_LOGIN_LOGOUT_TO_OIDC === 'true';
|
||||
return process.env.OIDC_REDIRECTION_ENABLED === 'true';
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue