awslabs / aws-saas-boost

AWS SaaS Boost is a ready-to-use toolset that removes the complexity of successfully running SaaS workloads in the AWS cloud.
Apache License 2.0
959 stars 188 forks source link

Sign Out link in header "profile" menu does not work #432

Closed brtrvn closed 1 year ago

brtrvn commented 1 year ago

Selecting Sign Out from the profile menu in the right-hand side of the header in the admin web app does not function.

Reproduction Steps

Install SaaS Boost Select Keycloak as the system user identity provider Get the admin user's temp password from Secrets Manager Sign in Change temp password Successful load of the admin web app home page Select Sign Out from the profile menu in the header You're redirected to the sign in screen Click the Sign In button You're automatically redirected to the admin web app home page instead of being asked to sign in again

What did you expect to happen?

After clicking Sign Out either redirect to a logout screen that ends the current session or automatically logout and end the session and be redirected to the Sign In screen.

What actually happened?

The initial session is still active and clicking the Sign In button after choosing Sign Out takes you to the admin web app home page

Environment

Other

Have not tested with Cognito. Reproducible with Keycloak.


This is :bug: Bug Report