OpenIdConnectClientCredential Class

The authentication client credentials of the custom Open ID Connect provider.

Constructor

OpenIdConnectClientCredential()

Variables

Name Description
method
Literal["ClientSecretPost"]

The method that should be used to authenticate the user. Default value is "ClientSecretPost".

client_secret_setting_name
str

The app setting that contains the client secret for the custom Open ID Connect provider.

Attributes

clientSecretSettingName

The app setting that contains the client secret for the custom Open ID Connect provider.

clientSecretSettingName: str

method

The method that should be used to authenticate the user. Default value is "ClientSecretPost".

method: Literal['ClientSecretPost']