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();
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();