Skip to main content

Delinea Secret Server

Description

The Delinea Secret Server connector (formerly Thycotic Secret Server) uses the Secret Server REST API to discover managed secrets and their folder structure. It authenticates using the OAuth 2.0 password-grant flow and enumerates all secrets visible to the scanning user, recording secret folder paths as entitlements.

System Type Classification

FieldValue
System TypePAM Tool
Default Scan Priority500

Version Support

OrbisID EditionSupported
CommunityNo
ProYes
EnterpriseYes

Supported Protocol

ProtocolPortNotes
REST API (HTTPS)443 TCPOAuth 2.0 password grant

What OrbisID Discovers

DataSource
Managed secrets (accounts)GET /api/v1/secrets (paginated)
Secret usernameSecret username field or Username item
Secret folder pathfolderPath field — recorded as DELINEA_FOLDER entitlement
Secret template namesecretTemplateName — stored as metadata

Connection Requirements

Secret Server User Account

OrbisID authenticates as a local Secret Server user with view access to target secrets.

Minimum permissions:

  • View Secret on all secrets or folders to be scanned
  • View Folder on the target folder hierarchy

Recommended: Create a dedicated user (e.g., orbisid-scanner) and assign view-only permissions on the folders to be scanned.

Credential Mapping

OrbisID FieldSecret Server Value
credential.usernameSecret Server local username
credential.passwordSecret Server password
system.pamPlatformUrlBase URL (e.g., https://secretserver.example.com)

Network Requirements

The OrbisID server (or On-Premise Agent) must have HTTPS access to the Secret Server on port 443.

Configuration Steps

  1. Create a dedicated Secret Server user with view access to target folders
  2. Create a Credential in OrbisID:
    • Username: Secret Server username
    • Password: Secret Server password
  3. Navigate to Systems → Add System
  4. Fill in the fields:
FieldValue
NameDescriptive name (e.g., Delinea Secret Server – Production)
PAM Platform URLBase URL of Secret Server (e.g., https://secretserver.example.com)
OS TypeDelinea
System TypePAM Tool
CredentialThe scanning user credential
  1. Click Test Connection to verify authentication
  2. Click Save
Cloud vs On-Premises

For Delinea Cloud (Secret Server Cloud), use your tenant URL: https://<tenant>.secretservercloud.com. The same REST API and credential format apply.

Troubleshooting

SymptomLikely CauseResolution
Authentication failed on test connectionInvalid credentialsVerify username and password; ensure the account is active and not locked
No secrets returnedUser has no view access to secretsGrant View Secret on target folders for the scanning user
PAM Platform URL not foundURL incorrect or Secret Server unreachableVerify the URL; check network connectivity on port 443
401 on secret detail fetchToken expired during long scanReduce the number of secrets in scope or increase connection timeout