How to Implement Refresh Token on SAP Concur Integration?
Hi everyone Currently, I'm working on setting an integration between SAP Concur API web services and PEGA.
Concur requires Oauth 2.0 as the method of authentication, I've set my Authentication profile using the Client secret and ID provided by Concur's portal. However, Concur needs a request token, that is used to call the refresh token that APIs will use. Everything on Postman works, but I haven't been able to execute any successful call of the APIs from PEGA, every time I try, it says there was a problem creating the OAuth profile. Any suggestions on how to configure the Authentication Profile will be great! Thanks