Sdílet prostřednictvím


AzureActiveDirectory interface

The configuration settings of the Azure Active directory provider.

Properties

enabled

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

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.

Property Details

enabled

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

enabled?: boolean

Property Value

boolean

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.

isAutoProvisioned?: boolean

Property Value

boolean

login

The configuration settings of the Azure Active Directory login flow.

login?: AzureActiveDirectoryLogin

Property Value

registration

The configuration settings of the Azure Active Directory app registration.

registration?: AzureActiveDirectoryRegistration

Property Value

validation

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

validation?: AzureActiveDirectoryValidation

Property Value