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 AzureActiveDirectoryLogin.

Properties

DisableWWWAuthenticate

<code>true</code> if the www-authenticate provider should be omitted from the request; otherwise, <code>false</code>.

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".

Applies to