A plugin for Atlassian Jira to support connecting to a SAML 2.0 IdP.
This library adheres to SemVer. Pre v1.0.0 is considered alpha level software.
The normal way to install this plugin is via the Universal Plugin Manager (UPM) in Jira - search for SAML. The plugin can also be found in the Atlassian Marketplace
Note: this assumes you have a JDK installed and configured. If not, look here
brew tap atlassian/tap
brew install atlassian/tap/atlassian-plugin-sdk
git clone https://github.com/bitium/atlassian-saml.git
- install the library with maven:
mvn clean install
- go to the directory where the source code was downloaded
- run
atlas-run
to build the plugin and start jira - after everything compiles and jira starts, a URL will be displayed
- enter the url into your browser
* username:
admin
* password:admin
- click the "cog" menu and select "add-ons"
- enter "SAML" into the search box and select "All Add-ons" from the dropdown
- In the project directory, run
atlas-package
to generate a jar - In jira, login and go to the "manage add-ons" admin area
- Select the option to upload a plugin
- Find the packaged jar under {project home}/target/SAML2PluginJira-{version}.jar
Please use github issues to log tickets
Docs can be found in the wiki
This plugin is compatible with the Bitium IdP but other IdP's that support SAML 2.0 may also work. If you have success using it with another system please let us know so we can list that in the wiki.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
This plugin is licensed under GPLv3.
© Bitium, Inc 2014