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