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

OpenIdConnectConfig interface

The configuration settings of the endpoints used for the custom Open ID Connect provider.

Properties

authorizationEndpoint

The endpoint to be used to make an authorization request.

certificationUri

The endpoint that provides the keys necessary to validate the token.

issuer

The endpoint that issues the token.

tokenEndpoint

The endpoint to be used to request a token.

wellKnownOpenIdConfiguration

The endpoint that contains all the configuration endpoints for the provider.

Property Details

authorizationEndpoint

The endpoint to be used to make an authorization request.

authorizationEndpoint?: string

Property Value

string

certificationUri

The endpoint that provides the keys necessary to validate the token.

certificationUri?: string

Property Value

string

issuer

The endpoint that issues the token.

issuer?: string

Property Value

string

tokenEndpoint

The endpoint to be used to request a token.

tokenEndpoint?: string

Property Value

string

wellKnownOpenIdConfiguration

The endpoint that contains all the configuration endpoints for the provider.

wellKnownOpenIdConfiguration?: string

Property Value

string