Skip to content

SP Logout Flow problems #101

Discussion options

You must be logged in to vote

Thanks to @timlegge, I managed to sort this out. He pointed me to https://stackoverflow.com/questions/44290083/proper-logoutrequest-for-single-logout-with-adfs-idp, in which it's mentioned that the NameID must be the same as in the SAML Response sent when logging in. In this case, I had to remove the Format, NameIdentifier and SPNameIdentifier attributes from the tag for the logout to work:

<saml:NameID>[my test email]</saml:NameID>

instead of

<saml:NameID NameQualifier="[idp domain]/adfs/ls" Format="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress" SPNameQualifier="[our metadata url">[my test email]</saml:NameID>

An alternative is coordinating with the IdP and change the relevant…

Replies: 7 comments 10 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@waterkip
Comment options

@adrianovaroli
Comment options

@waterkip
Comment options

@timlegge
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@adrianovaroli
Comment options

@timlegge
Comment options

@adrianovaroli
Comment options

@adrianovaroli
Comment options

Comment options

You must be logged in to vote
2 replies
@waterkip
Comment options

@adrianovaroli
Comment options

Answer selected by adrianovaroli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants