OpenIdConnectClientCredential interface
The authentication client credentials of the custom Open ID Connect provider.
Properties
client |
The app setting that contains the client secret for the custom Open ID Connect provider. |
method | The method that should be used to authenticate the user. |
Property Details
clientSecretSettingName
The app setting that contains the client secret for the custom Open ID Connect provider.
clientSecretSettingName?: string
Property Value
string
method
The method that should be used to authenticate the user.
method?: "ClientSecretPost"
Property Value
"ClientSecretPost"