0

Could you please help us for the SAML Verification issue.

We have the application for SAML Single Sing on, it is working for all the environments,Now we are moving to WAS7, when we install the same application we are getting the VerificationException while verifying the SamlResponse with publickey.

samlResponse.verify(idpPublicKey);

while executing above statement, we are getting the following exception.

org.eclipse.higgins.saml2idp.saml2.XMLElement$VerificationException: Invalid signature value. at org.eclipse.higgins.saml2idp.saml2.XMLElement.verify(XMLElement.java:283)

We used the higgings jar file for SAML Validation.

Please kindly provide the reason/solution.

4

1 回答 1

0

您可能还会遇到引用问题 - XML 签名验证使用对 XML 文档中已签名数据的引用。在 JDK 1.6.21+ 中,引用检查比以前严格得多,这经常导致错误。完整的讨论在这里:

http://ipsec.pl/node/1119

于 2013-10-10T09:41:00.693 回答