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
But coerce/->Element returns #object[com.sun.org.apache.xerces.internal.dom.DeferredElementNSImpl 0x6db903b4 "[samlp:AuthnRequest: null]"] which is bad as it should have values from the XML instead of NULL.
What version of the lib are you using? We fixed support for non-saml namespaces in 2.1.0, so this wouldn't have worked in prior versions because the namespace above is samlp
This part is working just fine and returning XML just as it should:
XML that it produces looks like this, which looks fine:
But
coerce/->Element
returns#object[com.sun.org.apache.xerces.internal.dom.DeferredElementNSImpl 0x6db903b4 "[samlp:AuthnRequest: null]"]
which is bad as it should have values from the XML instead of NULL.I was following README guide and this error breaks everything.
The text was updated successfully, but these errors were encountered: