function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
KJ1122KJ1122 

Unable to get access token from Salesforce using postman

Hi All,
I have a use case where i am using SSO to sign into Salesforce. Because of this i am unable to get an access token from Salesforce via postman. Is there any solution to this issue since my request just fails with an authentication failure. I have checked all the settings from my connected app and they all look fine.

i used this article to set up my connected app:
https://crmcog.com/how-to-call-salesforce-rest-apis/
 
Best Answer chosen by KJ1122
AbhishekAbhishek (Salesforce Developers) 
Hi,

Can you check the below blogs,

https://blog.mkorman.uk/using-postman-to-explore-salesforce-restful-web-services/#:~:text=In%20Postman%2C%20click%20on%20the,and%20select%20%22OAuth%202.0%22.&text=Click%20on%20Request%20Token.,see%20the%20token%20in%20Postman.

https://developer.salesforce.com/forums/?id=906F0000000DEvGIAW

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.

Thanks.