Information Technology Reference
In-Depth Information
How to do it…
Proceed with the following steps to enable SSO with Crowd:
1. Shut down JIRA if it is running.
2. Open the seraph-config.xml file located in the <JIRA_INSTALL>/
atlassian-jira/WEB-INF/classes directory in a text editor.
3. Locate the line that contains
com.atlassian.jira.security.login.JiraSeraphAuthenticator
and comment it out so it looks like the following:
<!--
<authenticator
class="com.atlassian.jira.security.login.JiraSeraphAuthenticator"/>
-->
4. Locate the line that contains
com.atlassian.jira.security.login.SSOSeraphAuthenticator
and uncomment it so it looks like the following:
<authenticator
class="com.atlassian.jira.security.login.SSOSeraphAuthenticator"/>
5. Copy the crowd.properties file to the <JIRA_INSTALL>/atlassian-
jira/WEB-INF/classes directory.
6. Open crowd.properties in a text editor and update the properties listed in the
following table.
7. Start up JIRA again.
Parameter
Value
This is the application name configured in Crowd for JIRA.
application.name
application.password
This the password for the application.
application.login.url
This is JIRA's base URL (you can get this from JIRA's General Configurations).
crowd.base.url
This is Crowd's base URL.
Search WWH ::




Custom Search