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
In our dev environment keycloak is issuing tokens with a very long expiry time. In our case its 30 days. Internally keycloak uses setTimeout to call the onTokenExpired callback. The browsers setTimeout method will fire immediately if the timeout value is bigger than an 32 bit integer (see MDN).