CertificatelessOptions.ManagedIdentityClientId Property

Definition

The value is used to establish a connection between external workload identities and Azure Active Directory. If Azure AD is the issuer, this value should be the object ID of the managed identity service principal in the tenant that will be used to impersonate the app. Can be null if you are using the machine assigned managed identity. Needs to be assigned if you are using a user assigned managed identity.

public string? ManagedIdentityClientId { get; set; }
member this.ManagedIdentityClientId : string with get, set
Public Property ManagedIdentityClientId As String

Property Value

Applies to