Hello Team,
The special characters in the URL pattern is coverting to %.. and so the webservice call is failing. Pleas ehelp on how to handle the same.
ttps://test.salesforce.com/services/oauth2/token?grant_type=password&client_id={client_id}&client_secret={client_secret}&username={username}&password={password}
if the username = "test@app.com " => @ is replaced with %24 etc.,
Regards
Prem
Hi Prem,
Since this is Salesforce integration using rest, have a look at this blog and see if it is something you can try out:
https://blogs.sap.com/2017/07/21/sap-po-rest-integration-with-salesforce-oauth/
Regards,
Sanjeev
You already have an active moderator alert for this content.
Thanks Sanjeev for the link. However, Our PI version is 7.31 and do not have the REST OAUTH2.0 (except for Concur and SAML Bearer) on REST adapter.
Add comment