Package version:

Identity provider input.

interface IdentityProviderInput {
    aadAuthority: string;
    applicationId: string;
    audience: string;
    objectId: string;
    tenantId: string;
}

Properties

aadAuthority: string

The base authority for Azure Active Directory authentication.

applicationId: string

The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.

audience: string

The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services.

objectId: string

The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.

tenantId: string

The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.