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

CustomOpenIdConnectProvider Class

The configuration settings of the custom Open ID Connect provider.

Constructor

CustomOpenIdConnectProvider()

Variables

Name Description
enabled

false if the custom Open ID provider provider should not be enabled; otherwise, true.

registration
<xref:<xref:"OpenIdConnectRegistration">>

The configuration settings of the app registration for the custom Open ID Connect provider.

login
<xref:<xref:"OpenIdConnectLogin">>

The configuration settings of the login flow of the custom Open ID Connect provider.

Attributes

enabled

false if the custom Open ID provider provider should not be enabled; otherwise, true.

enabled: bool

login

The configuration settings of the login flow of the custom Open ID Connect provider.

login: OpenIdConnectLogin

registration

The configuration settings of the app registration for the custom Open ID Connect provider.

registration: OpenIdConnectRegistration