AzureActiveDirectory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET