-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
When testing SAML2 responses, this is what I do to decode the response string:
1- URL decode
2- Base64 decode
3- Inflate the string
With this method, I'm able to see SAML2 responses. Many online SAML2 debugging tools provide this as well.
However, this library only URL decodes and then Base64 decodes, and does not inflate the string - hence cannot understand the response (the relevant code is in Utility.cs, GetDecodedSamlResponse method)
Am I missing something - is this not part of the standard?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels