OpenIdConnectConfig Class

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

Inheritance
azure.mgmt.web._serialization.Model
OpenIdConnectConfig

Constructor

OpenIdConnectConfig(*, authorization_endpoint: str | None = None, token_endpoint: str | None = None, issuer: str | None = None, certification_uri: str | None = None, well_known_open_id_configuration: str | None = None, **kwargs: Any)

Keyword-Only Parameters

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.

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.