OnBehalfOfCredentialSecretOptions interface

Defines the parameters to authenticate the OnBehalfOfCredential with a secret.

Properties

clientId

The client (application) ID of an App Registration in the tenant.

clientSecret

A client secret that was generated for the App Registration.

tenantId

The Microsoft Entra tenant (directory) ID.

userAssertionToken

The user assertion for the On-Behalf-Of flow.

Property Details

clientId

The client (application) ID of an App Registration in the tenant.

clientId: string

Property Value

string

clientSecret

A client secret that was generated for the App Registration.

clientSecret: string

Property Value

string

tenantId

The Microsoft Entra tenant (directory) ID.

tenantId: string

Property Value

string

userAssertionToken

The user assertion for the On-Behalf-Of flow.

userAssertionToken: string

Property Value

string