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

КОМЕНТАРІ • 48

  • @bhavinpatelbk4938
    @bhavinpatelbk4938 2 роки тому +2

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

    • @CloudDeveloper
      @CloudDeveloper  2 роки тому +1

      Please share with your peer group as well :)

  • @mihirsanghani9542
    @mihirsanghani9542 4 місяці тому

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

  • @tarunchaudhary3958
    @tarunchaudhary3958 Рік тому

    Super Nice bro ;)

  • @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 2 роки тому

      Me too, could you solve this?

    • @thassinhu
      @thassinhu 2 роки тому

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

  • @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 :)

  • @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"
    }

  • @RRits57
    @RRits57 2 роки тому +1

    thank you.

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

  • @thassinhu
    @thassinhu 2 роки тому

    works!!!! thanks man!!!

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

  • @prakharkapoor2572
    @prakharkapoor2572 8 місяців тому

    can you pls add the google doc link?

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

  • @MuthuLakshmiR-vz5fb
    @MuthuLakshmiR-vz5fb Рік тому

    How do i get my callback port

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

  • @ShanHaider-z9t
    @ShanHaider-z9t Рік тому

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

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

  • @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 роки тому +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

  • @Aarohi-zd8gg
    @Aarohi-zd8gg Місяць тому

    How to access token without username and password?