From 97c054f67b99f53c644055024e159cf8976496d0 Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Thu, 15 Jan 2026 16:59:58 -0700 Subject: [PATCH] Update compose --- src/config/oidc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,