IdentityProviderUpdateParameters interface
Parameters supplied to update Identity Provider
Properties
allowed |
List of Allowed Tenants when configuring Azure Active Directory login. |
authority | OpenID Connect discovery endpoint hostname for AAD or AAD B2C. |
client |
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. |
client |
The client library to be used in the developer portal. Only applies to AAD and AAD B2C Identity Provider. |
client |
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. |
password |
Password Reset Policy Name. Only applies to AAD B2C Identity Provider. |
profile |
Profile Editing Policy Name. Only applies to AAD B2C Identity Provider. |
signin |
Signin Policy Name. Only applies to AAD B2C Identity Provider. |
signin |
The TenantId to use instead of Common when logging into Active Directory |
signup |
Signup Policy Name. Only applies to AAD B2C Identity Provider. |
type | Identity Provider Type identifier. |
Property Details
allowedTenants
List of Allowed Tenants when configuring Azure Active Directory login.
allowedTenants?: string[]
Property Value
string[]
authority
OpenID Connect discovery endpoint hostname for AAD or AAD B2C.
authority?: string
Property Value
string
clientId
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.
clientId?: string
Property Value
string
clientLibrary
The client library to be used in the developer portal. Only applies to AAD and AAD B2C Identity Provider.
clientLibrary?: string
Property Value
string
clientSecret
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.
clientSecret?: string
Property Value
string
passwordResetPolicyName
Password Reset Policy Name. Only applies to AAD B2C Identity Provider.
passwordResetPolicyName?: string
Property Value
string
profileEditingPolicyName
Profile Editing Policy Name. Only applies to AAD B2C Identity Provider.
profileEditingPolicyName?: string
Property Value
string
signinPolicyName
Signin Policy Name. Only applies to AAD B2C Identity Provider.
signinPolicyName?: string
Property Value
string
signinTenant
The TenantId to use instead of Common when logging into Active Directory
signinTenant?: string
Property Value
string
signupPolicyName
Signup Policy Name. Only applies to AAD B2C Identity Provider.
signupPolicyName?: string
Property Value
string
type
Identity Provider Type identifier.
type?: string
Property Value
string