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