OpenIdConnectRegistration Class

The configuration settings of the app registration for the custom Open ID Connect provider.

Constructor

OpenIdConnectRegistration()

Variables

Name Description
clientId
str

The client id of the custom Open ID Connect provider.

clientCredential
<xref:<xref:"OpenIdConnectClientCredential">>

The authentication credentials of the custom Open ID Connect provider.

openIdConnectConfiguration
<xref:<xref:"OpenIdConnectConfig">>

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

Attributes

clientCredential

The authentication credentials of the custom Open ID Connect provider.

clientCredential: OpenIdConnectClientCredential

clientId

The client id of the custom Open ID Connect provider.

clientId: str

openIdConnectConfiguration

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

openIdConnectConfiguration: OpenIdConnectConfig