feat: enable automaticSilentRenew for OIDC token refresh

This commit is contained in:
2026-05-07 23:40:10 +02:00
parent befddf93ce
commit 019664ac78
+1 -1
View File
@@ -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,