你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OpenIdConnectRegistration interface
The configuration settings of the app registration for the custom Open ID Connect provider.
Properties
client |
The authentication credentials of the custom Open ID Connect provider. |
client |
The client id of the custom Open ID Connect provider. |
open |
The configuration settings of the endpoints used for the custom Open ID Connect provider. |
Property Details
clientCredential
The authentication credentials of the custom Open ID Connect provider.
clientCredential?: OpenIdConnectClientCredential
Property Value
clientId
The client id of the custom Open ID Connect provider.
clientId?: string
Property Value
string
openIdConnectConfiguration
The configuration settings of the endpoints used for the custom Open ID Connect provider.
openIdConnectConfiguration?: OpenIdConnectConfig