The miniOrange Crowd SSO connector expands the SAML SSO functionality from Crowd to its connected Atlassian applications.The Jira Crowd SSO Connector allows users to enable SAML Authentication from any SAML compliant Identity Provider(IDP), where SAML SSO requests and responses to and from IDP will pass via the Crowd server. The IDP will perform user authentication while user permissions can still be controlled using Crowd.
Edit the JIRA/atlassian-jira/WEB-INF/classes/seraph-config.xml
file. Comment out the
authenticator
node:
Edit the JIRA/atlassian-jira/WEB-INF/classes/seraph-config.xml
file. Comment
out the
authenticator
node:
<!--<authenticator class="com.atlassian.jira.security.login.JiraSeraphAuthenticator"/>-->
Uncomment the line that contains the new authenticator:
<authenticator class="com.atlassian.jira.security.login.SSOSeraphAuthenticator"/>
crowd.properties
file from CROWD/client/conf/
to
JIRA/atlassian-jira/WEB-INF/classes
.
Edit JIRA/atlassian-jira/WEB-INF/classes/crowd.properties
. Change the
following
properties:
Key |
Value |
---|---|
application.name |
|
application.password |
The password must match the one that you specified when you defined the application in Crowd. |
crowd.base.url |
eg. (http://localhost:8095/crowd/) crowd.base.url must be the same URL used to access Crowd in your Browser. |
session.validationinterval |
Set to 0, if you want authentication checks to occur on each request. Otherwise set to the number of minutes between request to validate if the user is logged in or out of the Crowd SSO server. Setting this value to 1 or higher will increase the performance of Crowd's integration. |
Crowd SAML & Connectors is the only SSO solution for Crowd SSO-enabled Atlassian apps.
Know MoreCrowd SAML & Connectors is the only SSO solution for Crowd SSO-enabled Atlassian apps.
Know MoreCrowd SAML & Connectors is the only SSO solution for Crowd SSO-enabled Atlassian apps.
Know MoreIf you don't find what you are looking for, please contact us at support-atlassian@miniorange.atlassian.net or raise a support ticket here.