OnBehalfOfCredentialSecretOptions interface
Defines the parameters to authenticate the OnBehalfOfCredential with a secret.
Properties
client |
The client (application) ID of an App Registration in the tenant. |
client |
A client secret that was generated for the App Registration. |
tenant |
The Microsoft Entra tenant (directory) ID. |
user |
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