Add user setup config

This commit is contained in:
Joey Yakimowich-Payne 2026-01-13 16:18:46 -07:00
commit 342ff60b70
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
7 changed files with 230 additions and 18 deletions

View file

@ -12,9 +12,8 @@ export const oidcConfig = {
response_type: 'code',
scope: 'openid profile email offline_access',
automaticSilentRenew: true,
silentRequestTimeoutInSeconds: 10,
loadUserInfo: true,
userStore: new WebStorageStateStore({ store: window.localStorage }),
onSigninCallback: () => {
window.history.replaceState({}, document.title, window.location.pathname);
},
monitorSession: false,
};