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
Varsha D 9Varsha D 9 

When i m trying to connect with salesforce connected app to postman using oAuth2.0 and using password credentials as my grant type... i m getting this <error>unsupported_grant_type</error> <error_description>grant type not supported</error_description>

User-added imageUser-added imageUser-added image
I m unable to generate my access token 
Error says:<OAuth>
<error>unsupported_grant_type</error>
<error_description>grant type not supported</error_description>
</OAuth>....this in my access token url
AbhinavAbhinav (Salesforce Developers) 
Hi Varsha,

You can check below blog to find  how to connect to Salesforce with Postman :

https://www.sfdcstop.com/2019/01/how-to-connect-to-salesforce-with.html

Thanks!