Closed zsanagustin closed 3 years ago
I think it's not supported, already explains in #1083
Set the client_secret
on the settings:
https://github.com/IdentityModel/oidc-client-js/blob/dev/src/OidcClientSettings.js#L22
But IIRC it's just passed in the POST body (as allowed by the spec). It will not be passed via HTTP basic auth in the Authorization header.
Oh we just added support for sending the credentials via HTTP Basic auth in the Authorization header.
How do i include client_secret on oidcSettings? whats the proper key for client secret?