Salesforce API Authentication and Authorization Step By Step
Вставка
- Опубліковано 13 гру 2024
- 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 for making this awesome tutorial this is very helpfull for fresher
Please share with your peer group as well :)
Thank you very much!! It was clear explanation and very helpful. 🙏🙏
Super Nice bro ;)
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
Is your org allowing api reterival ??
Me too, could you solve this?
@@keng1534 use Manage user data via APIs (api)
VERY GOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOD THANK YOU BRO YOUSAVED ME
Thank you so much , please share with others if you belive its helpful. Also pls subscribe to my channel if you have not yet :)
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"
}
please help
@@dakshtaneja9189 bro did you solve it.
Please help
I got the answer from someone but youtube not allowing to share the link
(Stackoverflow)/a/74863975/7346931
thank you.
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.
works!!!! thanks man!!!
quick question, how did you get the Endpoint URL?
There are different ways of getting it , the easiest one is login with your credential to the below url and click Show More salesforcelwc.herokuapp.com/
@@CloudDeveloper hey, this link do not work
Saleforce blocked that URL because i was not able to pay for that. But some how I arranged couple of dollars and paid . Now its working try now.
Saleforce blocked that URL because i was not able to pay for that. But some how I arranged couple of dollars and paid . Now its working try now.
can you pls add the google doc link?
I cant find acces and manage your data
Just check if you have option : Manage user data via APIs(api) . If not you may check with Salesforce why its not available by opening a ticket
How do i get my callback port
hi..
how do i call the api from external website
From every other technology there is a way to call api. This depends on the external website framework
Hello i want to know how to generate a refresh token from access token
Please let me know if this is answered.
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.
How to delete Authorization_code after receiving once? And How to get new Authorization_code?
If you mean access token, either you can make a call once again to get the accees token, or you can do refresh token flow to get the access token.
@@CloudDeveloper no sir, i am using Auth 2.0 in my website, for first time ,it is asking username and password and giving the Authorization_code,for second time,it is not asking username and password because authorization code already exists and calling the accesstoken api,how to generate new authorazition_token for every time?
access token is not coming for me may i know for what is not coming
You hv to do exactly, any small space or any other change will not work
@@CloudDeveloper i done exactly what u did
@@CloudDeveloper {
"error": "invalid_grant",
"error_description": "authentication failure"
}
In your connected app if you hv given full access remove that only add api
@@CloudDeveloper cant get u bro
How to access token without username and password?
Web server oauth flow