Package version:

Interface OnBehalfOfCredentialSecretOptions

Defines the parameters to authenticate the OnBehalfOfCredential with a secret.

interface OnBehalfOfCredentialSecretOptions {
    clientId: string;
    clientSecret: string;
    tenantId: string;
    userAssertionToken: string;
}

Properties

clientId: string

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

clientSecret: string

A client secret that was generated for the App Registration.

tenantId: string

The Microsoft Entra tenant (directory) ID.

userAssertionToken: string

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