diff --git a/src/config/oidc.ts b/src/config/oidc.ts index ba3ac5a..4fd04fa 100644 --- a/src/config/oidc.ts +++ b/src/config/oidc.ts @@ -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,