IdentityProviderBaseParameters 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.
Identity Provider Base Parameter Properties.
public class IdentityProviderBaseParameters
type IdentityProviderBaseParameters = class
Public Class IdentityProviderBaseParameters
- Inheritance
-
IdentityProviderBaseParameters
Constructors
IdentityProviderBaseParameters() |
Initializes a new instance of the IdentityProviderBaseParameters class. |
IdentityProviderBaseParameters(String, String, IList<String>, String, String, String, String, String) |
Initializes a new instance of the IdentityProviderBaseParameters class. |
Properties
AllowedTenants |
Gets or sets list of Allowed Tenants when configuring Azure Active Directory login. |
Authority |
Gets or sets openID Connect discovery endpoint hostname for AAD or AAD B2C. |
PasswordResetPolicyName |
Gets or sets password Reset Policy Name. Only applies to AAD B2C Identity Provider. |
ProfileEditingPolicyName |
Gets or sets profile Editing Policy Name. Only applies to AAD B2C Identity Provider. |
SigninPolicyName |
Gets or sets signin Policy Name. Only applies to AAD B2C Identity Provider. |
SigninTenant |
Gets or sets the TenantId to use instead of Common when logging into Active Directory |
SignupPolicyName |
Gets or sets signup Policy Name. Only applies to AAD B2C Identity Provider. |
Type |
Gets or sets identity Provider Type identifier. Possible values include: 'facebook', 'google', 'microsoft', 'twitter', 'aad', 'aadB2C' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET