SAML EncryptedAssertion Decryption failing

久未见 提交于 2019-12-02 13:38:46

I tried this differently and I implemented the decryption logic manually. Here is the link of my post - Decryption of EncryptedAssertion manually

For me I had similar issue when my unencrypted SAMPL response was invalid. This was because <saml:Assertion> didn't have valid namespace definition. I had to insert namespace declaration <saml:Assertion xmlns="urn:oasis:names:tc:SAML:2.0:assertion"> .... to make it work. See the Issue 2 HERE. I am not sure whether you have the same issue. But that was the issue for me.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!