I use the Shiboleth opensaml library ( http://shibboleth.net/downloads/java-opensaml/ ) for SAML, and recently, after updating the libraries (the reason for the update was NoSuchMethodError), the server started throwing the following exception during server startup:
[SigningUtil] Verifying signature input using RSA type public key and JCA ID algorithm SHA1withRSA [SigningUtil] Signature verification error Called: java.security.SignatureException: signature length is incorrect: received 128, but expected 512
What usually causes this problem? This did not happen on my local Windows system (JVM: 1.7.0_71 (Oracle Corporation 24.71-b01) OS: Windows 7 6.1 amd64), but only on a Linux-based system.
We look forward to some suggestions or point me to some articles. Thanks in advance.
source
share