mirror of
https://github.com/plankanban/planka.git
synced 2025-08-09 07:25:24 +02:00
included profile and email in scopes by default
This commit is contained in:
parent
8ccc3c4e1e
commit
b60f3fe463
1 changed files with 1 additions and 1 deletions
|
@ -38,5 +38,5 @@ module.exports.custom = {
|
|||
oidcAdminRoles: process.env.OIDC_ADMIN_ROLES.split(',') || [],
|
||||
oidcredirectUri: process.env.OIDC_REDIRECT_URI,
|
||||
oidcJwksUri: process.env.OIDC_JWKS_URI,
|
||||
oidcScopes: process.env.OIDC_SCOPES || 'openid',
|
||||
oidcScopes: process.env.OIDC_SCOPES || 'openid profile email',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue