Update compose

This commit is contained in:
Joey Yakimowich-Payne 2026-01-15 16:59:58 -07:00
commit 97c054f67b
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1

View file

@ -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,