mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-15 21:14:32 +01:00
✨ Specify scope, or fallback to sensible
This commit is contained in:
parent
ce89f1dd9d
commit
439c73c89f
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ class OidcAuth {
|
|||
client_id: clientId,
|
||||
redirect_uri: `${window.location.origin}`,
|
||||
response_type: 'code',
|
||||
scope,
|
||||
scope: scope || 'openid profile email roles groups',
|
||||
response_mode: 'query',
|
||||
filterProtocolClaims: true,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue