Open manujayanth opened 2 months ago
IIRC what our logout button does is to remove the token from memory if one has been used. Maybe we need to update it to work better with OIDC.
@joaquimrocha This is how my keycloak client details looks like. I guess it's not removing the token. Should I make any change here?
Values.yaml:
Hi @knrt10 @joaquimrocha
When I click the logout button in headlamp, It redirects to login page of headlamp but when I click the sign in button again,It’s doesn’t redirect to keycloak login page rather it goes to existing user session. I guess the headlamp doesn’t close the session after clicking the logout button .