AzureActiveDirectoryLogin Class

Definition

The configuration settings of the Azure Active Directory login flow.

public class AzureActiveDirectoryLogin
type AzureActiveDirectoryLogin = class
Public Class AzureActiveDirectoryLogin
Inheritance
AzureActiveDirectoryLogin

Constructors

AzureActiveDirectoryLogin()

Initializes a new instance of the AzureActiveDirectoryLogin class.

AzureActiveDirectoryLogin(IList<String>, Nullable<Boolean>)

Initializes a new instance of the AzureActiveDirectoryLogin class.

Properties

DisableWWWAuthenticate

Gets or sets &lt;code&gt;true&lt;/code&gt; if the www-authenticate provider should be omitted from the request; otherwise, &lt;code&gt;false&lt;/code&gt;.

LoginParameters

Gets or sets login parameters to send to the OpenID Connect authorization endpoint when a user logs in. Each parameter must be in the form "key=value".

Applies to