Client ID Authentication
Thursday, January 6, 2022 at 02:06amHi,
Trying to configure authentication with the help of client id and secret key. Could anyone please confirm whether oauth2 can support application/x-www-form-urlencoded.
If it supports could you please share some resource for reference on how to configure the same.
Thanks
Reply to: Client ID Authentication
Thursday, January 6, 2022 at 06:46amHi kamali25,
Unfortunately, the OAuth API wasn't designed in a standard way to support the parameters encoded as "application/x-www-form-urlencoded". You'll have to make the request type as "application/json" and send the client credentials as a request payload.
Duo