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.
Please see the wiki page for usage information
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
- Use Atlassian QuickReload plugin to speed up developement by automatically deploying changes without needing to restart the host application.
- A remote debugger can be attached after launching the host app using
atlas-debug --product jira
, see Creating a Remote Debug Target
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.
Submit your pull request to the develop branch. This allows us to merge your change into our internal master and then push out the change in the next release.
- Fork it
- Create your feature branch (
git checkout -b feature/my-new-feature develop
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin feature/my-new-feature
) - Create new Pull Request
This plugin is licensed under GPLv3.
© Bitium, Inc 2014