CertificatelessOptions Class

Definition

Options for configuring CertificatelessOptions. See https://aka.ms/ms-id-web/certificateless.

public class CertificatelessOptions
type CertificatelessOptions = class
Public Class CertificatelessOptions
Inheritance
CertificatelessOptions

Constructors

CertificatelessOptions()

Properties

IsEnabled

Is certificateless enabled?

ManagedIdentityClientId

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.

Applies to