ARTIFACTORY: Integrate Artifactory with crowd sso

ARTIFACTORY: Integrate Artifactory with crowd sso

AuthorFullName__c
Jayanth Suresh
articleNumber
000005457
ft:sourceType
Salesforce
FirstPublishedDate
2022-11-14T10:16:09Z
lastModifiedDate
2022-11-14
VersionNumber
2

This article will guide you to configure Artifactory 7.x with crowd as SSO.
There are two options to configure Crowd SSO, the same domain for both Artifactory and Crowd servers and using a subdomain prefix. In this article, we will discuss using the same domain for both Artifactory and Crowd servers.

Use the same domain for both Artifactory and Crowd servers. E.g. production.ci.jfrog.com - this will probably need to be accompanied by a load balancer or a reverse proxy (Nginx sample configuration below) which will pass the requests to their respective servers by addressing the appropriate URL context such as production.ci.jfrog.com/artifactory and production.ci.jfrog.com/crowd. The Crowd cookie created for this will contain the specific domain you will address. Per the example explained this will generate the crowd.token_key=production.ci.jfrog.com cookie and therefore be shared by the browser for both systems' URLs.