OpenIdConnectConfig Class

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

Constructor

OpenIdConnectConfig()

Variables

Name Description
authorizationEndpoint
str

The endpoint to be used to make an authorization request.

tokenEndpoint
str

The endpoint to be used to request a token.

issuer
str

The endpoint that issues the token.

certificationUri
str

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

wellKnownOpenIdConfiguration
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