CyberArk PAM
This article covers the following topics:
Minimum Required Permissions
Admin or application owner permissions in Zilla
Admin permissions in CyberArk Identity
Obtain API Information
Log in to your CyberArk Identity Administration portal.
Expand the
Apps & Widgets
section, clickWeb Apps
, and clickAdd Web Apps
.
Click the
Custom
tab in theAdd Web Apps
dialog. Add anOAuth2 Client
app.
Click
Yes
.
Type a name in
Application ID
field. This value will be used in later step.
Go to the
Tokens
tab on the left menu and enable theClient Creds
checkbox option.
Go to the
Scope
tab and clickAdd
.
Enter
scim
in the name field andscim*
in the REST Regex.
Go to the
Permissions
tab and clickAdd
.
Search for
SCIM
, select the value, and clickAdd
.
Select the
View
checkbox for SCIM permissions and clickSave
.
Find the SCIM Endpoint in the
Issuer
field on theGeneral Usage
tab. It will be used in the later step.
Expand the
Core Services
section, clickUsers
, and create a service user to authenticate the integration. Select theIs OAuth confidential client
checkbox while creating the user. The username and password of this service user will be used as theClient ID
andClient Secret
respectively in a later step.
Set Up the Integration in Zilla
Add the desired application to Zilla. For instructions on this process, refer to this article.
Click
Sync now
in the upper right corner of the application instance page for CyberArk PAM.Toggle to enable
API Integration
.Enter the
Application ID
obtained in step 5 intoOAuth Application ID
field.Enter the SCIM user’s username and password obtained in step 13 into the
Client ID
andClient Secret
fields, respectively.Enter the
SCIM Endpoint
obtained in step 12. Do not include/
at the end (for example,zilla.id.integration-cyberark.cloud
). ClickSync Now/Next
.
Click
Next
to start the sync.
Click
Done
.
Review the sync summary popup that appears and click
Close
.