mirror of
https://github.com/Lissy93/dashy.git
synced 2025-09-24 10:18:50 +02:00
fix: Load userInfo in OidcAuth
This commit is contained in:
parent
3890c5006a
commit
9ad6379425
@ -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…
x
Reference in New Issue
Block a user