-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot logout user account on che dashboard #23157
Comments
@tolusha could you take a look please |
This is log after I logout, it login imediately
|
Hello. |
Upload video Media1.mp4 |
@olexii4 @akurinnoy [1] https://github.com/eclipse-che/che-dashboard/blob/main/packages/dashboard-frontend/src/services/helpers/login.ts#L18 |
Some discussion how not show logout confirmation window |
@tolusha does this problem happen with other oidc provider or only with keycloak? |
Unfortunately no. |
@huonguyenlt spec:
networking:
auth:
gateway:
deployment:
containers:
- env:
- name: OAUTH2_PROXY_BACKEND_LOGOUT_URL
value: http://<KEYCLOAK_HOST>/realms/<CHE_REALM>/protocol/openid-connect/logout?id_token_hint={id_token}
name: oauth-proxy |
Summary
When logging out using the Logout button on che dashboard, it logs out and logs in immediately.
I use keycloak as oidc provider.
Not sure if i missconfig anything in keycloak or che.
Relevant information
This is log after I logout
My gateway configuration
Media1.mp4
che version 7.89
oidc: keycloak
kubernetes: AWS EKS
The text was updated successfully, but these errors were encountered: