Update compose
This commit is contained in:
parent
1780efeea2
commit
97c054f67b
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ export const oidcConfig = {
|
|||
redirect_uri: `${window.location.origin}/callback`,
|
||||
post_logout_redirect_uri: window.location.origin,
|
||||
response_type: 'code',
|
||||
scope: 'openid profile email offline_access',
|
||||
scope: 'openid profile email offline_access groups',
|
||||
automaticSilentRenew: true,
|
||||
silentRequestTimeoutInSeconds: 10,
|
||||
loadUserInfo: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue