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 have an ID provider that is sending an encrypted SAML response, but it is using the xmldsig tag RetrievalMethod. Currently, xmlenc.js is expecting <KeyInfo><EncryptedKey><EncryptionMethod> and throws an error on line 194.
I have an ID provider that is sending an encrypted SAML response, but it is using the xmldsig tag RetrievalMethod. Currently, xmlenc.js is expecting
<KeyInfo><EncryptedKey><EncryptionMethod>
and throws an error on line 194.Here's the GIST for the XML response that causes it: https://gist.github.com/nathanhinish/debe15ddf8e9e134c719
The text was updated successfully, but these errors were encountered: