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