Problem with Security Library in JDK
The reason for the errors below
- "java.security.SignatureException: RSA modulus too small"
is due to the fact the Sun JDK was NOT used. It seems that Sun JDK has different supports for the security strength/algorithms which are needed by Shibboleth (in particular the RSA encrytion algorithm). Please ensure that you are using SUN JDK >= 1.5 when using it with Shibboleth
IdP.
--
ChiNguyen - 03 Aug 2006
to top