AzureActiveDirectoryLogin Class
The configuration settings of the Azure Active Directory login flow.
Constructor
AzureActiveDirectoryLogin(*args: Any, **kwargs: Any)
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
|
|
Attributes
disable_www_authenticate
true if the www-authenticate provider should be omitted from the request;
otherwise, false.
disable_www_authenticate: bool | None
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".
login_parameters: list[str] | None