You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should handle the case where namespace isn't directly applied to Assertion tag and read all the namespaces from the Response element onto the Assertion element.
Some IdPs return
saml:Assertion
without thexmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
namespace, and therefore it fails to query for it here:saml/service_provider.go
Line 934 in bbccb79
We should handle the case where namespace isn't directly applied to
Assertion
tag and read all the namespaces from theResponse
element onto the Assertion element.Refer to this implementation: Clever/saml2#81
The text was updated successfully, but these errors were encountered: