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

feat(oidc): support POST end_session_endpoint (logout) #1473

Merged
merged 1 commit into from Dec 6, 2021

Conversation

tcompiegne
Copy link
Member

@tcompiegne tcompiegne force-pushed the issues/#6643-post-logout-endpoint branch from bd151d6 to b334490 Compare December 3, 2021 09:26
@leleueri leleueri self-assigned this Dec 3, 2021
Copy link
Contributor

@leleueri leleueri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did a quick review of the code base (I will do another hit later) but during my tests I found following issues :

  • when the "single sign out" is enabled, the op_id_token is present into the AM id_token, is it expected ? Until now, we filter thisi attribute
  • when the "single sign out" is enabled, If I call the logout endpoint using GET method and the id_token_hint parameter, the External IDP (Azure AD) rises and error. (The logout on azure work if the id_token_hint isn't provided)

@leleueri
Copy link
Contributor

leleueri commented Dec 3, 2021

as discussed on slack, these two issues are not related to this PR.

@leleueri leleueri merged commit e22039c into 3.10.x Dec 6, 2021
@leleueri leleueri deleted the issues/#6643-post-logout-endpoint branch December 6, 2021 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants