AzureActiveDirectoryLogin Class
The configuration settings of the Azure Active Directory login flow.
- Inheritance
-
azure.mgmt.web._serialization.ModelAzureActiveDirectoryLogin
Constructor
AzureActiveDirectoryLogin(*, login_parameters: List[str] | None = None, disable_www_authenticate: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
login_parameters
|
Login parameters to send to the OpenID Connect authorization endpoint when a user logs in. Each parameter must be in the form "key=value". |
disable_www_authenticate
|
|
Variables
Name | Description |
---|---|
login_parameters
|
Login parameters to send to the OpenID Connect authorization endpoint when a user logs in. Each parameter must be in the form "key=value". |
disable_www_authenticate
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python