Signature verification of SAMLv2 metadata is failing with following error message:
-----------
com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverExcept
ion: Cannot resolve element with ID sa93716b9ce3ed85c4be407064b7de77f39e5bb6c_01
at
com.sun.org.apache.xml.internal.security.signature.XMLSignature.checkSignatureValue(XMLSignature.java:665)
-----------
This was working with JDK 1.6.
But now after moving to JDK 1.7 it started failing.
I have gone through following URL:
https://bugs.openjdk.java.net/browse/JDK-8017171
I have tried point #2 (Register the ID elements) in my application, still facing issue.
Please let me know if any thing I am missing or any pointer.