BeyondTrust Password Safe (Secrets Management) Secret Path Expressions

Use the path expressions listed in this topic to use the BeyondTrust Password Safe (Secrets Management) in your source authentication configurations.

Secret URL syntax:

secrets://{CredentialProviderName}/{SecretURL}

The following is an explanation of the attributes of this URL:

  • CredentialProviderName – The name of the credential provider source configured in ISC.

  • SecretURL – A query string that uniquely identifies the secret within BeyondTrust Password Safe. It specifies the managed system and the managed account within that system. The format of the SecretURL is as follows:

    systemName={nameOfManagedSystem}&accountName={nameOfManagedAccount}

Important

  • CredentialProviderName and SecretURL must be URL-encoded individually before constructing the final secret path expression.

  • systemName and accountName are reserved keywords in the SecretURL format and must not be used as part of the values for nameOfManagedSystem or nameOfManagedAccount.

Tip
Use urlencoder.org to encode your URL attributes.