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
I'm integrating with Okta, which has the quirk of using saml2 and saml2p namespaces in the XML response data, versus the more canonical saml/samlp (as one might see in a request).
Example of this can be found towards the end of this page:
I'm integrating with Okta, which has the quirk of using
saml2
andsaml2p
namespaces in the XML response data, versus the more canonicalsaml
/samlp
(as one might see in a request).Example of this can be found towards the end of this page:
https://developer.okta.com/docs/guides/saml-tracer/overview/
My question is, how would one best handle this, given that the latter namespaces appear to be hardcoded in most of the code here?
NAMESPACE_MAP
?The text was updated successfully, but these errors were encountered: