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

OpenIdConnectConfig Class

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

Constructor

OpenIdConnectConfig()

Variables

Name Description
authorization_endpoint
str

The endpoint to be used to make an authorization request.

token_endpoint
str

The endpoint to be used to request a token.

issuer
str

The endpoint that issues the token.

certification_uri
str

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

well_known_open_id_configuration
str

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

Attributes

authorizationEndpoint

The endpoint to be used to make an authorization request.

authorizationEndpoint: str

certificationUri

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

certificationUri: str

issuer

The endpoint that issues the token.

issuer: str

tokenEndpoint

The endpoint to be used to request a token.

tokenEndpoint: str

wellKnownOpenIdConfiguration

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

wellKnownOpenIdConfiguration: str