AzureActiveDirectory Class

Definition

The configuration settings of the Azure Active directory provider.

public class AzureActiveDirectory
type AzureActiveDirectory = class
Public Class AzureActiveDirectory
Inheritance
AzureActiveDirectory

Constructors

AzureActiveDirectory()

Initializes a new instance of AzureActiveDirectory.

Properties

Enabled

<code>false</code> if the Azure Active Directory provider should not be enabled despite the set registration; otherwise, <code>true</code>.

IsAutoProvisioned

Gets a value indicating whether the Azure AD configuration was auto-provisioned using 1st party tooling. This is an internal flag primarily intended to support the Azure Management Portal. Users should not read or write to this property.

Login

The configuration settings of the Azure Active Directory login flow.

Registration

The configuration settings of the Azure Active Directory app registration.

Validation

The configuration settings of the Azure Active Directory token validation flow.

Applies to