The content on this page relates to platforms which are not supported for Confluence and JIRA. Consequently, Atlassian can not guarantee providing any support for these solutions. Please be aware that this material is provided for your information only and using it is done so at your own risk. Note that Crowd, as an Atlassian product, is supported. |
A Single Sign On system allows users to use a single login for multiple applications. You can integrate JIRA and Confluence with the following SSO systems:
- Crowd (Recommended) - Atlassian's single sign-on, authentication, authorisation, application provisioning and identity management framework
Additionally, people have reported some degree of success integrating the following SSO systems with JIRA and/or Confluence:
Writing a custom authenticator
JIRA and Confluence integrate with SSO system Seraph, the Atlassian authentication library. Seraph is a very simple, pluggable J2EE web application security framework developed by Atlassian and used in our products.
Seraph allows you to write custom authenticators which will accept the login creditentials of your existing single sign-on system.
A few tips for writing your own custom authenticator for Confluence:
- For Confluence 2.2 and above you must extend
com.atlassian.confluence.user.ConfluenceAuthenticatorinstead of the SeraphDefaultAuthenticator. - The authenticator should not be a plugin. It should be placed in the class path by putting it in
WEB-INF/classesor as a jar inWEB-INF/lib - The authenticator should have a public constructor that takes no arguments.
- Dependency injection via setters or auto-wiring by name is not available to authenticators. Use
ContainerManager.getInstance(...)instead. - The authenticators are constructed before beans are available via
ContainerManager.getInstance(...), so thegetInstancemethod needs to be called at runtime and not in the constructor.
Existing custom authenticators
Check out these examples:
- Atlassian SSO Authentication for Windows/Active Directory Environments (via Kerberos) by AppFusions, including authenticators for Confluence, JIRA, FishEye, Crucible, and Crowd.
- CAS for Confluence, contributed by Carl Harris at Virginia Tech.)
- CAS for JIRA, contributed by Carl Harris at Virginia Tech.)
- Siteminder for Confluence, contributed by Ricardo Sueiras)
- Shibboleth Plugin
There has been discussion of integrating with Siteminder on the mailing list that may be applied to JIRA integration. All third-party code must be treated with caution - always backup your Confluence instance before use. If you create a custom SSO plugin and would like to contribute it to the user community, please let us know on a support ticket.
Discussion Forums
Using Confluence and JIRA without SSO
Confluence can also delegate user management to use JIRA logins , but this will not provide you with SSO.

11 Comments
Hide/Show CommentsMay 25, 2007
Gary S. Weaver
I confirmed Shibboleth (Internet2 SSO) works: https://spaces.internet2.edu/display/SHIB/ShibbolizedConfluence
Aug 07, 2007
Gary S. Weaver
Have some questions about custom authenticators written for use with an SSO:
May 02, 2008
Stefan Kunz
Is there a possibility to use SSO from a Microsoft ISA server for Jira and Confluence?
Jun 30, 2008
Brian Bukowski
We are using Confluence 2.7 with Siteminder for SSO. How can I remove the "password" link in Preferences > Edit Profile so that users don't have the ability to change their password?
Jun 30, 2008
Roberto Dominguez
Administration -> General Configuration -> Security and Privacy -> External User Management set to On
Jul 01, 2008
Brian Bukowski
Thanks for the response Roberto. I don't want to turn External User Management on because I'd still like to manage my groups from within Confluence. I was wondering how to remove the actual "password" link from the edit profile page. I managed to find confluence-2.7.war/users/changemypassword.vm, but I'm not sure how to remove the link from the left-hand nav bar.
Oct 28, 2008
Jason Koziara
In that same vein - how can I remove the 'Forgot Password?' Link from the login page?
Dec 17, 2008
Scott Battaglia
CAS integration with the JASIG CAS Client for Java 3.1 (Confluence)
http://www.ja-sig.org/wiki/display/CASC/Configuring+Confluence+with+JASIG+CAS+Client+for+Java+3.1
I'm working on the JIRA integration guide.
May 05, 2009
Mike Culbertson
I can also confirm a successful test setup using the Confluence 2.10.3 + soulwing CAS client http://www.soulwing.org/confluence-cas.jsp + rubycas-server http://code.google.com/p/rubycas-server
rubycas-server took some massaging to get running, but has been working fine since then. The soulwing CAS client is also working like a champ so far.
Oct 02, 2009
Robert Dale
OpenSSO also works using the Atlassian Seraph authentication provider
Jan 28, 2011
Igor Dobrovolskyi
How to configure Jira to work with Josso
How to configure Confluence to work with Josso