Skip to content
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

For OIDC, there's no option to logout from IDP #3611

Open
vaibhavjainv opened this issue Jan 19, 2024 · 0 comments
Open

For OIDC, there's no option to logout from IDP #3611

vaibhavjainv opened this issue Jan 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@vaibhavjainv
Copy link

Describe the Bug:
Hello. I am using AWS Cognito user pools to authenticate into GoAlert, which is working fine. I am using OpenID Connect Authentication (OIDC) for this. The issue is that, after user logs out from GoAlert, the user is still logged in to AWS Cognito user pool, which is why, they do not need to provide their credentials again. This is happening, because there's no way to specify a logout url that can be invoked for IDP (Cognito) when the user logs out from GoAlert.

Steps to Reproduce:

  1. Set up OIDC with Cognito
  2. Login using Cognito credentials
  3. Logout from GoAlert
  4. Try to login again

Expected Behavior:
The user should be presented with login page.

Observed Behavior:
The user is directly logged.

@vaibhavjainv vaibhavjainv added the bug Something isn't working label Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant