The miniOrange Crowd SSO connector expands the SAML SSO functionality from Crowd to its connected Atlassian applications.The Confluence 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.
Now, edit the file
CONFLUENCE/confluence/WEB-INF/classes/seraph-config.xml
Comment out the line:-
<!-- <authenticator class="com.atlassian.confluence.user.ConfluenceAuthenticator"/> -->
Uncomment the line:-
<authenticator class="com.atlassian.confluence.user.ConfluenceCrowdSSOAuthenticator"/>
crowd.properties
file from CROWD/client/conf/
to
CONFLUENCE/confluence/WEB-INF/classes
.
Edit CONFLUENCE/confluence/WEB-INF/classes/crowd.properties
. Change the following
properties:
Key |
Value |
---|---|
application.name |
|
application.password |
The application.name and application.password must match the Name and Password that you specified when defining the application in Crowd (see Step 1 above). |
crowd.base.url |
|
session.validationinterval |
This is the number of minutes between validation requests, when Crowd validates whether the user is logged in to or out of the Crowd SSO server. Set to the required number of minutes between validation requests. The recommended default is 2 minutes. 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.