/
SAML authentication: NullPointerException at JCEMapper.getJCEKeyAlgorithmFromURI
SAML authentication: NullPointerException at JCEMapper.getJCEKeyAlgorithmFromURI
Problem
Using external authentication method with SAML protocol fails when returning back to Ubisecure SSO IDP with the following error message in Tomcat logs.
java.lang.NullPointerException
at com.ubisecure.externals.apache.xml.security.algorithms.JCEMapper.getJCEKeyAlgorithmFromURI(JCEMapper.java:127)
Solution
This error is usually caused by the algorithm used to encrypt the authentication response not being supported by SSO. The external authenticator service must be configured to send the response using one of the supported algorithms.
, multiple selections available,
Related content
SAML SP for Java release notes - SSO
SAML SP for Java release notes - SSO
More like this
SAML SP for Java release notes
SAML SP for Java release notes
More like this
SAML SP for Java reports handshake_failure during logout
SAML SP for Java reports handshake_failure during logout
More like this
SAML SP for Java reports Connection refused during logout
SAML SP for Java reports Connection refused during logout
More like this
SAML SP for Java release notes - SSO
SAML SP for Java release notes - SSO
More like this
SAML SP for Java release notes - SSO
SAML SP for Java release notes - SSO
More like this