Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
OnBehalfOfCredentialSecretOptions interface
- Package:
- @azure/identity
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
