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

[Question] What is the purpose of create_logout_response_url under SP #179

Open
nkumarcc opened this issue Jul 6, 2019 · 0 comments
Open

Comments

@nkumarcc
Copy link

nkumarcc commented Jul 6, 2019

This may be a dumb question, but what does this function do? Here's my projected SAML Logout flow:

  1. Logout from site (SP)
  2. Send request to IdP via sp.create_logout_*request*_url
  3. IdP sees request, sends encoded SAMLResponse to specified SLO endpoint
  4. SP validates the response as legitimate, completes logout

In this workflow, I think for step 4 you'd want a function similar to redirect_assert to parse and validate the response. Wouldn't creating a response URL only be something an IdP would do to tell an SP the logout went successfully?

This is all my own thought process, and I'm sure I'm just missing something, but wanted some insight

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant