你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureActiveDirectoryLogin Class

The configuration settings of the Azure Active Directory login flow.

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

Default value: None
disable_www_authenticate

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

Default value: None

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

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