Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IdentityProviderUpdateParameters

Package version

Parameters supplied to update Identity Provider

Hierarchy

  • IdentityProviderUpdateParameters

Index

Properties

Optional allowedTenants

allowedTenants: string[]

List of Allowed Tenants when configuring Azure Active Directory login.

Optional authority

authority: undefined | string

OpenID Connect discovery endpoint hostname for AAD or AAD B2C.

Optional clientId

clientId: undefined | string

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.

Optional clientSecret

clientSecret: undefined | string

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.

Optional passwordResetPolicyName

passwordResetPolicyName: undefined | string

Password Reset Policy Name. Only applies to AAD B2C Identity Provider.

Optional profileEditingPolicyName

profileEditingPolicyName: undefined | string

Profile Editing Policy Name. Only applies to AAD B2C Identity Provider.

Optional signinPolicyName

signinPolicyName: undefined | string

Signin Policy Name. Only applies to AAD B2C Identity Provider.

Optional signinTenant

signinTenant: undefined | string

The TenantId to use instead of Common when logging into Active Directory

Optional signupPolicyName

signupPolicyName: undefined | string

Signup Policy Name. Only applies to AAD B2C Identity Provider.

Optional type

Identity Provider Type identifier.

Generated using TypeDoc