Salesforce OAuth authentication doesnt work with username and password
问题 I created a new connected app in salesforce I am trying to authenticate using username and password - OAuth method to fetch a token using Postman I am hitting the following endpoint https://login.salesforce.com/services/oauth2/token with my client_id, client_secret, username and password I am getting the following error: { "error": "invalid_grant", "error_description": "authentication failure" } The username and password are verified to be correct independently What am I missing here? 回答1: If