Add user setup config
This commit is contained in:
parent
66f15b49b2
commit
342ff60b70
7 changed files with 230 additions and 18 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue