https://github.com/jenkinsci/saml-plugin
A SAML 2.0 Plugin for the Jenkins Continuous Integration server
https://github.com/jenkinsci/saml-plugin
authentication jenkins-plugin saml saml2 security-realm
Last synced: 9 days ago
JSON representation
A SAML 2.0 Plugin for the Jenkins Continuous Integration server
- Host: GitHub
- URL: https://github.com/jenkinsci/saml-plugin
- Owner: jenkinsci
- License: apache-2.0
- Fork: true (benmccann/jenkins-saml-plugin)
- Created: 2014-08-08T19:58:16.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T16:50:47.000Z (about 1 year ago)
- Last Synced: 2024-09-30T05:47:01.787Z (about 1 year ago)
- Topics: authentication, jenkins-plugin, saml, saml2, security-realm
- Language: Java
- Homepage: https://plugins.jenkins.io/saml/
- Size: 2.6 MB
- Stars: 61
- Watchers: 104
- Forks: 103
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Jenkins SAML Plugin
===================A SAML 2.0 Plugin for the Jenkins Continuous Integration server
Changelog
-------------------
* For 1.1.3 and newer versions, see [GitHub Releases](https://github.com/jenkinsci/saml-plugin/releases)
* For previous versions, see [this file](./CHANGELOG.md)Configure
-------------------
[Overall Configurarion](doc/CONFIGURE.md)[ADFS Example](doc/ADFS_CONFIG.md)
[Azure Example](doc/CONFIGURE_AZURE.md)
Troubleshooting
-------------------
[Troubleshooting](doc/TROUBLESHOOTING.md)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](https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial) and include password as described in [hosting plugins](https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins).
Run `mvn release:prepare release:perform`Reporting issues
----------------
Check first is your issue in [open issues](https://issues.jenkins-ci.org/issues/?jql=project%20%3D%20JENKINS%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20saml-plugin).
Report new issue on https://issues.jenkins-ci.org on component **saml-plugin**.[How to report an issue](https://wiki.jenkins.io/display/JENKINS/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](http://jenkins-ci.org/content/chat), or email one of the [mailing lists](http://jenkins-ci.org/content/mailing-lists).**