mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 08:34:14 +01:00
🔀 Merge pull request #1914 from pedorich-n/oidc-userinfo
fix: Load userInfo in OidcAuth
This commit is contained in:
commit
e70ade555f
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ class OidcAuth {
|
||||||
scope: scope || 'openid profile email roles groups',
|
scope: scope || 'openid profile email roles groups',
|
||||||
response_mode: 'query',
|
response_mode: 'query',
|
||||||
filterProtocolClaims: true,
|
filterProtocolClaims: true,
|
||||||
|
loadUserInfo: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
this.adminGroup = adminGroup;
|
this.adminGroup = adminGroup;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue