-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.0
-
Component/s: Authentication
SAMLAuthenticationProvider throws NPE when the metadata is not set in the contribution. This happens in the default "org.nuxeo.ecm.platform.login.onelogin.auth" config and can be seen in http://qa.nuxeo.org/jenkins/job/ondemand-testandpush-check-master-branch/38/consoleFull :
23:30:28 ERROR [RegistrationInfoImpl] Failed to register extension to: service:org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService, xpoint: authenticators in component: service:org.nuxeo.ecm.platform.login.onelogin.auth 23:30:28 java.lang.NullPointerException 23:30:28 at org.nuxeo.ecm.platform.auth.saml.SAMLAuthenticationProvider.initializeMetadataProvider(SAMLAuthenticationProvider.java:235)