in reply to Re: Need use Client id and client secrent of Oauth application
in thread Need use Client id and client secrent of Oauth application

The Client ID and Client secret will be generated from Authorization server and the same will be utlized for Authentication in order to get access to API related JSON response that i was trying to get through API token. My question was, Can i replace the API token with client id and its secret. is that a possible scenario for you ever? I would like to confirm the same.

  • Comment on Re^2: Need use Client id and client secrent of Oauth application

Replies are listed 'Best First'.
Re^3:Need use Client id and client secrent of Oauth application
by marto (Cardinal) on Mar 11, 2021 at 19:17 UTC

    Once authorised you have what you need, but the code isn't the same, and you can't just replace the API token with the client ID & secret. This will likely be covered in the API documentation. Also OAuth.