Go through the following steps to enable SSO with Crowd:
- Shut down Jira if it is running.
- Open the seraph-config.xml file located in the JIRA_INSTALL/atlassian-jira/WEB-INF/classes directory in a text editor.
- Locate the line that contains com.atlassian.jira.security.login.JiraSeraphAuthenticator. Comment it out so that it looks like the following:
<!--
<authenticator class="com.atlassian.jira
.security.login.JiraSeraphAuthenticator"/>
-->
- Locate the line that contains com.atlassian.jira.security.login.SSOSeraphAuthenticator. Uncomment it so that it looks like the following:
<authenticator class="com.atlassian.jira
.security.login.SSOSeraphAuthenticator"/>
- Copy the crowd.properties file to the JIRA_INSTALL/atlassian-jira/WEB-INF/classes ...