Salesforce API Authentication and Authorization Step By Step

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 พ.ค. 2021
  • 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

ความคิดเห็น • 46

  • @thassinhu
    @thassinhu ปีที่แล้ว

    works!!!! thanks man!!!

  • @bhavinpatelbk4938
    @bhavinpatelbk4938 ปีที่แล้ว +2

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

    • @CloudDeveloper
      @CloudDeveloper  ปีที่แล้ว +1

      Please share with your peer group as well :)

  • @RRits57
    @RRits57 ปีที่แล้ว +1

    thank you.

  • @tarunchaudhary3958
    @tarunchaudhary3958 ปีที่แล้ว

    Super Nice bro ;)

  • @heleeray8944
    @heleeray8944 ปีที่แล้ว

    VERY GOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOD THANK YOU BRO YOUSAVED ME

    • @CloudDeveloper
      @CloudDeveloper  ปีที่แล้ว

      Thank you so much , please share with others if you belive its helpful. Also pls subscribe to my channel if you have not yet :)

  • @user-qd5ni6wg3v
    @user-qd5ni6wg3v 8 หลายเดือนก่อน

    I am using it in my org so what is the exact URL used in my local org for API integration? for using ACCELQ automation

  • @dakshtaneja9189
    @dakshtaneja9189 3 ปีที่แล้ว +2

    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 ปีที่แล้ว +1

      please help

    • @vinothkumarr1504
      @vinothkumarr1504 2 ปีที่แล้ว +1

      @@dakshtaneja9189 bro did you solve it.

    • @kamalapriyanka4631
      @kamalapriyanka4631 2 ปีที่แล้ว

      Please help

    • @1hindu-sthaani558
      @1hindu-sthaani558 ปีที่แล้ว

      I got the answer from someone but youtube not allowing to share the link
      (Stackoverflow)/a/74863975/7346931

  • @aamirarshad6584
    @aamirarshad6584 2 ปีที่แล้ว +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 ปีที่แล้ว

      Me too, could you solve this?

    • @thassinhu
      @thassinhu ปีที่แล้ว

      @@keng1534 use Manage user data via APIs (api)

  • @Muneer398
    @Muneer398 6 หลายเดือนก่อน

    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.

  • @MuthuLakshmiR-vz5fb
    @MuthuLakshmiR-vz5fb ปีที่แล้ว

    How do i get my callback port

  • @prakharkapoor2572
    @prakharkapoor2572 3 หลายเดือนก่อน

    can you pls add the google doc link?

  • @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.

  • @keng1534
    @keng1534 ปีที่แล้ว

    I cant find acces and manage your data

    • @CloudDeveloper
      @CloudDeveloper  ปีที่แล้ว

      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

  • @girishsatishkumarilluri4453
    @girishsatishkumarilluri4453 ปีที่แล้ว

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

    • @CloudDeveloper
      @CloudDeveloper  ปีที่แล้ว

      From every other technology there is a way to call api. This depends on the external website framework

  • @carlosvalverde6711
    @carlosvalverde6711 ปีที่แล้ว

    quick question, how did you get the Endpoint URL?

    • @CloudDeveloper
      @CloudDeveloper  ปีที่แล้ว

      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 ปีที่แล้ว

      @@CloudDeveloper hey, this link do not work

    • @CloudDeveloper
      @CloudDeveloper  ปีที่แล้ว

      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  ปีที่แล้ว

      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.

  • @user-um3lo4hr1y
    @user-um3lo4hr1y ปีที่แล้ว

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

    • @brandenrew7869
      @brandenrew7869 ปีที่แล้ว

      Please let me know if this is answered.

  • @NIRANJANKUMAR-vv5le
    @NIRANJANKUMAR-vv5le ปีที่แล้ว

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

    • @CloudDeveloper
      @CloudDeveloper  ปีที่แล้ว

      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 ปีที่แล้ว

      @@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 ปีที่แล้ว +1

      @@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