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 the AzureActiveDirectory class.

AzureActiveDirectory(Nullable<Boolean>, AzureActiveDirectoryRegistration, AzureActiveDirectoryLogin, AzureActiveDirectoryValidation, Nullable<Boolean>)

Initializes a new instance of the AzureActiveDirectory class.

Properties

Enabled

Gets or sets &lt;code&gt;false&lt;/code&gt; if the Azure Active Directory provider should not be enabled despite the set registration; otherwise, &lt;code&gt;true&lt;/code&gt;.

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

Gets or sets the configuration settings of the Azure Active Directory login flow.

Registration

Gets or sets the configuration settings of the Azure Active Directory app registration.

Validation

Gets or sets the configuration settings of the Azure Active Directory token validation flow.

Applies to