AzureActiveDirectoryLogin Class

The configuration settings of the Azure Active Directory login flow.

Inheritance
AzureActiveDirectoryLogin

Constructor

AzureActiveDirectoryLogin(*, login_parameters: Optional[List[str]] = None, disable_www_authenticate: Optional[bool] = None, **kwargs)

Parameters

login_parameters
list[str]
Required

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
bool
Required

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