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
We are also facing the same issue. The logout is not working as expected and even after calling logout, it is not logging out from Keycloak and thus posing an issue. @TomaszPekalski did you get any solution for it ?
I had this issue; basically, it was more of an understanding problem. I forgot to include an array in the getLogoutUrl with the access_token, and the provider's getRequest doesn't make the request; it just instantiates the GuzzleHttp\Psr7\Request.
hey, could You help me with logout option.
when i click logoutUrl on browser i can logout - but from application not
The text was updated successfully, but these errors were encountered: