Debugging sp-initiated logout flow #221
Unanswered
adrianovaroli
asked this question in
Q&A
Replies: 1 comment 3 replies
-
See the change log for 0.60, potentially breaking changes, 0.63 perl min ver, 0.70 updated depends, 0.77 - Sha 256 redirect announced 0.75. 0.78 and 0.79 deprecate but should not break |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm debugging a logout flow.
I'm currently on Net:SAML2 v0.78 (recently updated with no modifications to my code from 0.55) and I'm debugging a logout flow in which we (the SP) initiate the logout request. I'm currently stuck at receiving a POST logout response that looks like:
And nothing else (no SigAlg, no Signature parameter, for instance).
If I decode the SAMLResponse, I see this:
In my logs I can see
But I'm stumped. Do I need to update something in my code flow for the changes between lib versions 0.55 and 0.78? Am I missing something else?
My code is basically this:
I can't see what I'm missing. Recently (#207) the code was working until a bit later, the assertion could not be validated but I could see that it was getting through to the last else block in the code above, but now it has started failing earlier in the flow.
Beta Was this translation helpful? Give feedback.
All reactions