Delinea Privileged Access Service
Last updated
The tenant domain of your Delinea PAS instance (e.g. acmecorp.my.idaptive.app). Found in the URL when logged in to the Delinea PAS portal.
The Application ID is a name you choose yourself when creating the OAuth2 Client app in Delinea PAS. It becomes part of the token endpoint URL: https://<your-tenant>/oauth2/token/<application_id>. It cannot contain spaces. To create the app:
Switch to Admin Portal (top-right username menu).
Go to Apps and click Add Web Apps.
Under the Custom tab, find and add OAuth2 Client.
In the app configuration screen, enter a name (no spaces) in the Application ID field at the top of the Settings page — this is the value you will use as App Id here.
Under General Usage, set Client ID Type to Confidential and enable Client Creds under Auth Methods.
The credentials of a confidential client user account linked to the OAuth2 application in Delinea PAS. Refer to your Delinea PAS administrator or documentation for how these are configured in your environment.
The OAuth2 scope to request during authentication. Leave blank unless your Delinea PAS OAuth2 application is configured to require a specific scope (e.g. all).
Proxy URL (optional).
This adapter works in a multi-threaded manner. This field represents the number of parallel threads that is going to be constructed for sending API requests (default: 32, min: 1, max: 32).
Delay in seconds between thread batches (default: 0). Increase if encountering rate limit errors.
The amount of time (in seconds) to wait for API responses. (default: 30)
When enabled, the adapter will collect server assets from Delinea PAS in addition to user accounts (default: True).
Default Values
Thread Count: 32
Sleep Time: 0
Timeout: 30 seconds
Fetch Devices: true
Attention
Please perform a connection test to ensure there is a valid connection to the Delinea Privileged Access Service host. When the discovery operation is finalized you will be able to see the details on Assets page.
Last updated