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 trying to support SAML for a custom IdP and encountering a signature validation error. After spending some time debugging, I noticed that if I remove this line the signature validation passes. I noticed that other SAML libraries like this one don't remove the signature node.
Would that be safe to do? Why does samlify remove the signature node?
The text was updated successfully, but these errors were encountered:
varunrau
added a commit
to varunrau/samlify
that referenced
this issue
Apr 26, 2023
I'm trying to support SAML for a custom IdP and encountering a signature validation error. After spending some time debugging, I noticed that if I remove this line the signature validation passes. I noticed that other SAML libraries like this one don't remove the signature node.
Would that be safe to do? Why does samlify remove the signature node?
The text was updated successfully, but these errors were encountered: