Skip to content

sitzm/saml-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins SAML Plugin

A SAML 2.0 Plugin for the Jenkins Continuous Integration server

Usage

See the SAML Plugin page on the Jenkins wiki

Local development

Run mvn hpi:run and visit http://localhost:8080/jenkins/. You will see the plugin under the "Installed" tab in the Jenkins plugin manager.

Releasing

Create ~/.m2/settings.xml per plugin tutorial and include password as described in hosting plugins. Run mvn release:prepare release:perform

Reporting issues

Check first is your issue in open issues. Report new issue on https://issues.jenkins-ci.org on component saml-plugin.

How to report an issue

The Jenkins JIRA is not a support site. If you need assistance or have general questions, visit us in chat, or email one of the mailing lists.

Troubleshooting

When you face an issue you could try to enable a logger to these two packages on the level specified and try to find errors, this will show in logs the information send from Jenkins (SP) to the SAML service (IdP), this information could be sensitive so take care where you copy/send it.

* org.jenkinsci.plugins.saml - FINEST
* org.pac4j - FINE

Changelog

Changelog

About

A SAML 2.0 Plugin for the Jenkins Continuous Integration server

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 96.9%
  • HTML 3.1%