IdentityProviderUpdateParameters Class

Definition

Parameters supplied to update Identity Provider

[Microsoft.Rest.Serialization.JsonTransformation]
public class IdentityProviderUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type IdentityProviderUpdateParameters = class
Public Class IdentityProviderUpdateParameters
Inheritance
IdentityProviderUpdateParameters
Attributes

Constructors

IdentityProviderUpdateParameters()

Initializes a new instance of the IdentityProviderUpdateParameters class.

IdentityProviderUpdateParameters(String, String, IList<String>, String, String, String, String, String, String, String)

Initializes a new instance of the IdentityProviderUpdateParameters 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.

ClientId

Gets or sets client Id of the Application in the external Identity Provider. It is App ID for Facebook login, Client ID for Google login, App ID for Microsoft.

ClientSecret

Gets or sets client secret of the Application in external Identity Provider, used to authenticate login request. For example, it is App Secret for Facebook login, API Key for Google login, Public Key for Microsoft.

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