Rest API integration in PeopleSoft with OAuth 2.0 authentication
Rest API integration in PeopleSoft with OAuth 2.0 authentication.
Need to add the authentication token Key in a REST API GET call. How to achieve it using Peoplecode. We are able to trigger API call and get a new Token in Postman (using Client ID and Client Secret) and call the API and get data. We need to achieve this in PeopleSoft.
Is this possible with setup in service operation or via People code?