forked from baron/baron-sso
세션 만료 관리 토글 동작을 실제 정책에 맞게 분리
This commit is contained in:
@@ -11,7 +11,7 @@ export const oidcConfig: AuthProviderProps = {
|
||||
post_logout_redirect_uri: window.location.origin,
|
||||
popup_redirect_uri: `${window.location.origin}/auth/callback`,
|
||||
userStore: new WebStorageStateStore({ store: window.localStorage }),
|
||||
automaticSilentRenew: true,
|
||||
automaticSilentRenew: false,
|
||||
};
|
||||
|
||||
export const userManager = new UserManager({
|
||||
|
||||
Reference in New Issue
Block a user