flask-saml2 icon indicating copy to clipboard operation
flask-saml2 copied to clipboard

Handling saml2/saml2p namespaces in XML

Open MartinFalatic opened this issue 5 years ago • 0 comments

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:

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?

MartinFalatic avatar Aug 23 '19 23:08 MartinFalatic