For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delinea Privileged Access Service

Connection Requirements

1 - Domain

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.

2 - App Id

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:

  1. Switch to Admin Portal (top-right username menu).

  2. Go to Apps and click Add Web Apps.

  3. Under the Custom tab, find and add OAuth2 Client.

  4. 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.

  5. Under General Usage, set Client ID Type to Confidential and enable Client Creds under Auth Methods.

3 - Client ID & Client Secret

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.

4 - Scope

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).

5 - Proxy

Proxy URL (optional).

6 - Thread Count

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).

7 - Sleep Time

Delay in seconds between thread batches (default: 0). Increase if encountering rate limit errors.

8 - Timeout

The amount of time (in seconds) to wait for API responses. (default: 30)

9 - Fetch Devices

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

Last updated