mirror of
https://github.com/plankanban/planka.git
synced 2025-07-24 07:39:44 +02:00
feat: Add ability to ignore roles when logging in with SSO (#534)
Closes #533
This commit is contained in:
parent
1a49826b85
commit
d4b64b90fc
5 changed files with 9 additions and 0 deletions
|
@ -39,6 +39,7 @@ module.exports.custom = {
|
|||
oidcScopes: process.env.OIDC_SCOPES || 'openid email profile',
|
||||
oidcAdminRoles: process.env.OIDC_ADMIN_ROLES ? process.env.OIDC_ADMIN_ROLES.split(',') : [],
|
||||
oidcRolesAttribute: process.env.OIDC_ROLES_ATTRIBUTE || 'groups',
|
||||
oidcIgnoreRoles : process.env.OIDC_IGNORE_ROLES || false,
|
||||
|
||||
// TODO: move client base url to environment variable?
|
||||
oidcRedirectUri: `${
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue