Replies: 1 comment
-
Hi, the log out on the try now page only logs the user out of the Github authentication provider. However I agree that we should create an example/documentation that shows how to implement the logout. I've created #264 for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I've encountered some strange issues related to the user logout functionality. I hope you can help.
I've used the 'try-now-page' as the login module. This is supposed to trigger the user logout function, so I plan to test whether the logout feature is effective.
From the code, it can be seen that the URL redirection for the logout functionality is obtained from
keycloak.createLogoutUrl().
So, I obtained the URL for logout through the console.
And then I started testing the logout functionality: I logged in normally, opened the IDE. Then, in another browser window, I entered the logout URL, which redirected to a Keycloak page.
I clicked on logout. However, when I refreshed and tried to access the previously copied IDE URL again, the route was still accessible.
This is obviously incorrect. In theory, after logging out, I shouldn't be able to open the IDE using the previously copied URL.
So, I would like to know if there is an issue with the logout functionality.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions