-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Critical
-
Component/s: saml-plugin
-
None
After upgrade to 1.0.2 the authentification fails with the exception
Â
java.io.FileNotFoundException: File '/var/lib/jenkins/saml-idp.metadata.xml' does not exist
at org.apache.commons.io.FileUtils.openInputStream(FileUtils.java:299)
at org.jenkinsci.plugins.saml.SamlFileResource.getInputStream(SamlFileResource.java:71)
at org.pac4j.saml.metadata.SAML2IdentityProviderMetadataResolver.resolve(SAML2IdentityProviderMetadataResolver.java:80)
Â
Â
workaround create the saml-idp-metadata.xml file in the JENKINS_HOME folder with the IdP Metadata that you have in the configuration
Â
Â
Â
- links to