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
Many times when the user refreshes the page after a long time, due to an inactive state error we get a white screen with too many redirect errors.
Can we solve this by adding a logout URL in the invalid state exception ??
Can we do this ??
throw new KeycloakCallbackException('Invalid state');
$this->logout();
The text was updated successfully, but these errors were encountered:
Many times when the user refreshes the page after a long time, due to an inactive state error we get a white screen with too many redirect errors.
Can we solve this by adding a logout URL in the invalid state exception ??
Can we do this ??
throw new KeycloakCallbackException('Invalid state');
$this->logout();
The text was updated successfully, but these errors were encountered: