Package version:

Interface OpenIdConnectClientCredential

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

interface OpenIdConnectClientCredential {
    clientSecretSettingName?: string;
    method?: "ClientSecretPost";
}

Properties

clientSecretSettingName?: string

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.