IdentityProviderBaseParameters interface
Identity Provider Base Parameter Properties.
Properties
allowed |
List of Allowed Tenants when configuring Azure Active Directory login. |
authority | OpenID Connect discovery endpoint hostname for AAD or AAD B2C. |
client |
The client library to be used in the developer portal. Only applies to AAD and AAD B2C Identity Provider. |
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
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
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