fgarnier-hublot

Results 1 issues of fgarnier-hublot

Salesforce .well-known/openid-configuration supports: ``` "token_endpoint_auth_methods_supported": [ "client_secret_post", "client_secret_basic", "private_key_jwt" ], ``` However, even if client_secret_basic is mentioned, SF required client_id and client_secret in the RequestToken So I had to comment...