AzureActiveDirectoryLogin Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 <code>true</code> if the www-authenticate provider should be omitted from the request; otherwise, <code>false</code>. |
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
Azure SDK for .NET