Overview
The Artifactory Crowd Integration allows you to delegate authentication requests to Atlassian Crowd, use authenticated Crowd users and have Artifactory participate in a transparent SSO environment managed by Crowd.
Usage
Crowd integration can then be configured from the Admin tab and then Security -> Crowd Integration.

| Field Name | Description |
|---|
| Enable Atlassian Crowd Integration | Mark this checkbox to enable security integration with Atlassian Crowd. |
| Crowd Server URL | The full URL of the Crowd server to use. |
| Crowd Application Name | The application name configured for Artifactory in Crowd. |
| Crowd Application Password | The application password configured for Artifactory in Crowd. |
| Session Validation Interval | The time window, in minutes, in which the session does not need to be revalidated. |
| Use Default Proxy Configuration | If this checkbox is marked and a default proxy definition exists, it is used to pass through to the Crowd Server. |
| Auto Create Artifactory Users | When automatic user creation is off, authenticated users will not be automatically created inside Artifactory. Instead, for every request from a Crowd user, the user is temporarily associated with default groups (if such groups are defined), and the permissions for these groups applies. Without auto user creation, you will need to manually create the user inside Artifactory in order to manage user permissions that are not attached to his default groups. |
| Filter by Username | Filter the search by username to see only groups of the specified username If unchecked, all Crowd groups are shown. |
To enable Crowd integration:
- First define Artifactory as a Custom Application Client inside Crowd.
- Complete the Crowd server URL, and the application credentials defined in Step 1.
- The session validation interval defines the principal token validity time in minutes. If left at the default of 0, the token expires only when the session expires.
- If you have a proxy server between the Artifactory server and the Crowd server, you may check the
Use Default Proxy Configuration check-box. - It is possible instruct Artifactory to treat externally authenticated users as temporary users, so that Artifactory does not automatically create them in its security store. In this case, permissions for such users are based on the permissions given to auto-join groups.
- Test the configured connection and save it.
Crowd Groups
To use Crowd groups:
- Set up a Crowd server for authentication as detailed above.
- Verify your setup by clicking the
Refresh button on the Synchronize Crowd Groups sub-panel. A list of available Crowd groups, according to your settings is displayed. - The groups table allows you to select which groups to import into Artifactory and displays the sync-state for each group. A group can either be completely new or already exist in Artifactory.
- Select and import the groups that you wish to import to Artifactory. Once a group is imported (synced) a new external Crowd group is created in Artifactory with the name of the group.

You can Manage Permissions on the synced Crowd groups as you do with regular Artifactory groups.
Users association to these groups is external and controlled strictly by Crowd.