Salesforce API Authentication and Authorization Step By Step

preview_player
Показать описание
1. Authentication vs Authorization
2. Salesforce Connected App
3. Salesforce Access Token
4. Salesforce Composite API

Getting Started With Salesforce REST API. Integrate Salesforce with external system using REST API
Рекомендации по теме
Комментарии
Автор

Thank you very much!! It was clear explanation and very helpful. 🙏🙏

mihirsanghani
Автор

thank you for making this awesome tutorial this is very helpfull for fresher

bhavinpatelbk
Автор

hello man!! im not getting my access token
I did exactly what u did
even in the scope only Access and Manage data(api) and refresh token is selected
even checked for all the spaces in the url
{
"error": "unsupported_grant_type",
"error_description": "grant type not supported"
}

dakshtaneja
Автор

Hi cloud Developer thank you for making the video
in my orgs i could not find the access and manage you data(api)
can you help me to do this one

aamirarshad
Автор

Please sir ...how to authenticate multiple users. I am able to authenticate using my Salesforce account.but when it comes to another Salesforce account can't authenticate it says invalid grant access. Connected app and postman grant type is password.

Muneer
Автор

quick question, how did you get the Endpoint URL?

carlosvalverde
Автор

I cant find acces and manage your data

keng
Автор

Hello i want to know how to generate a refresh token from access token

ShanHaider-zt
Автор

hi..
how do i call the api from external website

girishsatishkumarilluri
Автор

access token is not coming for me may i know for what is not coming

jafferhussain
Автор

How to delete Authorization_code after receiving once? And How to get new Authorization_code?

NIRANJANKUMAR-vvle
Автор

Hi guys I was able to solve this by adding password token and removing all "Selected OAuth Scopes" other than Manage user data via APIs (api) my in connected app.

vidhishah
Автор

How to access token without username and password?

Aarohi-zdgg