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
I installed the cdk version of consoleMe in the full default setting and did not change anything except the config.yaml parameters. After I logged in with the cognito admin account and clicked "logout", I immediately logged back in. This happens with every account.
To Reproduce
Login
Click on your UserID in the upper right corner
Click on Logout
you will be instantly logged in again
Expected behavior
To be logged out
Desktop (please complete the following information):
Hey @Rayv1 , thanks for the issue! This is because ConsoleMe deletes it's own jwt (session cookie), but it doesn't initiate the logout pattern with Cognito. The page just refreshes, does the OIDC dance with cognito, but since you're already authenticated with Cognito, ConsoleMe will just hand you another jwt.
When I get a chance, I'll take a look at doing a proper OIDC logout flwo here
Hi,
I installed the cdk version of consoleMe in the full default setting and did not change anything except the config.yaml parameters. After I logged in with the cognito admin account and clicked "logout", I immediately logged back in. This happens with every account.
To Reproduce
Expected behavior
To be logged out
Desktop (please complete the following information):
Additional context
I checked the browser network tab and it the logout request was successful.
The text was updated successfully, but these errors were encountered: