Salesforce API Authentication and Authorization Step By Step

  Рет қаралды 29,028

Cloud Developer

Cloud Developer

Күн бұрын

Пікірлер: 48
@mihirsanghani9542
@mihirsanghani9542 4 ай бұрын
Thank you very much!! It was clear explanation and very helpful. 🙏🙏
@bhavinpatelbk4938
@bhavinpatelbk4938 2 жыл бұрын
thank you for making this awesome tutorial this is very helpfull for fresher
@CloudDeveloper
@CloudDeveloper 2 жыл бұрын
Please share with your peer group as well :)
@tarunchaudhary3958
@tarunchaudhary3958 Жыл бұрын
Super Nice bro ;)
@heleeray8944
@heleeray8944 2 жыл бұрын
VERY GOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOD THANK YOU BRO YOUSAVED ME
@CloudDeveloper
@CloudDeveloper 2 жыл бұрын
Thank you so much , please share with others if you belive its helpful. Also pls subscribe to my channel if you have not yet :)
@thassinhu
@thassinhu 2 жыл бұрын
works!!!! thanks man!!!
@aamirarshad6584
@aamirarshad6584 2 жыл бұрын
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
@vidhishah6038
@vidhishah6038 2 жыл бұрын
Is your org allowing api reterival ??
@keng1534
@keng1534 2 жыл бұрын
Me too, could you solve this?
@thassinhu
@thassinhu 2 жыл бұрын
@@keng1534 use Manage user data via APIs (api)
@RRits57
@RRits57 2 жыл бұрын
thank you.
@dakshtaneja9189
@dakshtaneja9189 3 жыл бұрын
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" }
@dakshtaneja9189
@dakshtaneja9189 3 жыл бұрын
please help
@vinothkumarr1504
@vinothkumarr1504 2 жыл бұрын
@@dakshtaneja9189 bro did you solve it.
@kamalapriyanka4631
@kamalapriyanka4631 2 жыл бұрын
Please help
@1hindu-sthaani558
@1hindu-sthaani558 2 жыл бұрын
I got the answer from someone but youtube not allowing to share the link (Stackoverflow)/a/74863975/7346931
@carlosvalverde6711
@carlosvalverde6711 2 жыл бұрын
quick question, how did you get the Endpoint URL?
@CloudDeveloper
@CloudDeveloper 2 жыл бұрын
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/
@thassinhu
@thassinhu 2 жыл бұрын
@@CloudDeveloper hey, this link do not work
@CloudDeveloper
@CloudDeveloper 2 жыл бұрын
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.
@CloudDeveloper
@CloudDeveloper 2 жыл бұрын
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.
@Muneer398
@Muneer398 10 ай бұрын
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.
@keng1534
@keng1534 2 жыл бұрын
I cant find acces and manage your data
@CloudDeveloper
@CloudDeveloper 2 жыл бұрын
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
@prakharkapoor2572
@prakharkapoor2572 7 ай бұрын
can you pls add the google doc link?
@MuthuLakshmiR-vz5fb
@MuthuLakshmiR-vz5fb Жыл бұрын
How do i get my callback port
@ShanHaider-z9t
@ShanHaider-z9t Жыл бұрын
Hello i want to know how to generate a refresh token from access token
@brandenrew7869
@brandenrew7869 Жыл бұрын
Please let me know if this is answered.
@girishsatishkumarilluri4453
@girishsatishkumarilluri4453 2 жыл бұрын
hi.. how do i call the api from external website
@CloudDeveloper
@CloudDeveloper 2 жыл бұрын
From every other technology there is a way to call api. This depends on the external website framework
@NIRANJANKUMAR-vv5le
@NIRANJANKUMAR-vv5le 2 жыл бұрын
How to delete Authorization_code after receiving once? And How to get new Authorization_code?
@CloudDeveloper
@CloudDeveloper 2 жыл бұрын
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.
@NIRANJANKUMAR-vv5le
@NIRANJANKUMAR-vv5le 2 жыл бұрын
@@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?
@jafferhussain8707
@jafferhussain8707 3 жыл бұрын
access token is not coming for me may i know for what is not coming
@CloudDeveloper
@CloudDeveloper 3 жыл бұрын
You hv to do exactly, any small space or any other change will not work
@jafferhussain8707
@jafferhussain8707 3 жыл бұрын
@@CloudDeveloper i done exactly what u did
@jafferhussain8707
@jafferhussain8707 3 жыл бұрын
@@CloudDeveloper { "error": "invalid_grant", "error_description": "authentication failure" }
@CloudDeveloper
@CloudDeveloper 3 жыл бұрын
In your connected app if you hv given full access remove that only add api
@jafferhussain8707
@jafferhussain8707 3 жыл бұрын
@@CloudDeveloper cant get u bro
@vidhishah6038
@vidhishah6038 2 жыл бұрын
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.
@Aarohi-zd8gg
@Aarohi-zd8gg Ай бұрын
How to access token without username and password?
@CloudDeveloper
@CloudDeveloper Ай бұрын
Web server oauth flow
Oauth Authorization flows in Salesforce | Web Server flow | JWT Bearer token flow
1:08:26
API Authentication: JWT, OAuth2, and More
6:12
ByteMonk
Рет қаралды 20 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
А я думаю что за звук такой знакомый? 😂😂😂
00:15
Денис Кукояка
Рет қаралды 6 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Симбочка Пимпочка
Рет қаралды 3,9 МЛН
Twin Telepathy Challenge!
00:23
Stokes Twins
Рет қаралды 152 МЛН
OAuth 2.0 Client Credentials Flow in Salesforce
9:09
Samarth Ahuja Tech Videos
Рет қаралды 11 М.
OAuth and OpenID Connect - Know the Difference
10:18
Viraj Shetty
Рет қаралды 12 М.
Salesforce API Fundamentals
37:51
Salesforce Developers
Рет қаралды 56 М.
What is OAuth2? How does OAuth2 work? | Naveen AutomationLabs
19:56
Naveen AutomationLabs
Рет қаралды 72 М.
«Если 50 детей не рожу - ничего не добился»
1:26:17
Саша Сулим
Рет қаралды 1,8 МЛН
14. Understanding Different Types of Authentications in REST API | REST API Authentication Explained
20:03
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН