You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can confirm we have the same problem in our code/team. For the moment, I have commented out this withAutoRefreshToken because 5 minutes is way too short.
Any idea about prioritization?
Bug report
Seems to be a bug.
Versions
Problem
Setting sessionTimeout to 1000 has no effect (logout still occurs after 300000 ms) with this config:
I tried replacing:
by:
But it did not change anything.
One more thing
By the way why are there 2 types for *RefreshTokenOptions?
keycloak-angular/projects/keycloak-angular/src/lib/features/with-refresh-token.feature.ts
Line 20 in 5fa0962
keycloak-angular/projects/keycloak-angular/src/lib/services/auto-refresh-token.service.ts
Line 18 in 5fa0962
The text was updated successfully, but these errors were encountered: