Newer Version Available
Understanding OAuth Endpoints
OAuth endpoints are the URLs you use to make OAuth authentication
requests to Salesforce.
You need to use the correct Salesforce
OAuth endpoint when issuing authentication requests in your application. The primary OAuth
endpoints are:
All endpoints require secure HTTP (HTTPS). Each OAuth flow defines which endpoints you
need to use and what request data you need to provide.
If you’re verifying authentication on a sandbox organization, use “test.salesforce.com” instead of “login.salesforce.com” in all the OAuth endpoints listed above.