OAuth 2.0 JWT Bearer Flow for Server-to-Server Integration in Salesforce

Поділитися
Вставка
  • Опубліковано 17 лис 2024

КОМЕНТАРІ • 14

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

    Brilliant explanation with clear end to end demo of the concept. Thank you so much and Keep it up mate!

  • @VishalSharma-lo5ol
    @VishalSharma-lo5ol 10 місяців тому

    Great Tutorial Samarth.
    I am able to get access token from web browser but still unable to get it via py app.
    I am getting the below error.
    Despite giving access it still gives
    Status: 400
    {'error': 'invalid_grant', 'error_description': "user hasn't approved this consumer"}

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

    Amazing thanks for sharing

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

    Hi Samarth. I am trying to run the open ssl command in my mac M1 and it is not working can you please post a video how to do it on mac

  • @teluguvideos2295
    @teluguvideos2295 10 місяців тому

    what is difference between all users may authorize vs admin pre authorize? thanks 🙂

    • @samCoder
      @samCoder  10 місяців тому

      If you select Admin pre authorize, then you have to select which profiles can have access to connected app otherwise all users can access the app.

  • @bopakitebalo
    @bopakitebalo 9 місяців тому

    I got this error:
    {
    "error": "unsupported_grant_type",
    "error_description": "grant type not supported"
    }

    • @AyushiSethi-w9o
      @AyushiSethi-w9o 6 місяців тому

      Got the same error , how you resolved it?

    • @bopakitebalo
      @bopakitebalo 6 місяців тому

      @@AyushiSethi-w9o Which is your URL?

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

    As far as I know, the encryption is done using Private key and decryption using public key.. Please clarify this ... Samarth

  • @raviMystics
    @raviMystics 9 місяців тому

    Why did you use Python? is this not possible with Apex?

    • @billdou5534
      @billdou5534 9 місяців тому

      This is third party app that want to access SF. If using apex, no need to do this authentication.