AzureActiveDirectoryLogin interface
The configuration settings of the Azure Active Directory login flow.
Properties
disable |
|
login |
Login parameters to send to the OpenID Connect authorization endpoint when a user logs in. Each parameter must be in the form "key=value". |
Property Details
disableWWWAuthenticate
true
if the www-authenticate provider should be omitted from the request; otherwise, false
.
disableWWWAuthenticate?: boolean
Property Value
boolean
loginParameters
Login parameters to send to the OpenID Connect authorization endpoint when a user logs in. Each parameter must be in the form "key=value".
loginParameters?: string[]
Property Value
string[]