feat: enable automaticSilentRenew for OIDC token refresh
This commit is contained in:
@@ -49,7 +49,7 @@ export function getOidcConfig() {
|
|||||||
window.location.origin,
|
window.location.origin,
|
||||||
scope: import.meta.env.VITE_OIDC_SCOPE || "openid profile email",
|
scope: import.meta.env.VITE_OIDC_SCOPE || "openid profile email",
|
||||||
response_type: "code" as const,
|
response_type: "code" as const,
|
||||||
automaticSilentRenew: false,
|
automaticSilentRenew: true,
|
||||||
loadUserInfo: true,
|
loadUserInfo: true,
|
||||||
stateStore: storage,
|
stateStore: storage,
|
||||||
userStore: storage,
|
userStore: storage,
|
||||||
|
|||||||
Reference in New Issue
Block a user