Implementing a JWT Server to Server OAuth between Salesforce and Heroku

Sdílet
Vložit
  • čas přidán 11. 09. 2024

Komentáře • 20

  • @tanmaysharma2757
    @tanmaysharma2757 Před 3 lety +1

    Thank you so much sir your videos have made my life easier tried JWT multiple times always failed after watching your video succeeded in first attempt to authorize my org

  • @SalesforceUSA
    @SalesforceUSA Před 3 lety +2

    Thank you for covering a vast and difficult area. You did the best.

  • @MrBulletok
    @MrBulletok Před 2 lety +3

    Thank you

  • @cemsaracoglu4242
    @cemsaracoglu4242 Před 3 lety +1

    Thank you for this session. It helps a lot. Really enjoy watching

  • @afraz-khan
    @afraz-khan Před 3 lety +1

    thanks man, this is great session. simple and easy to understand.

  • @chadelofson1637
    @chadelofson1637 Před 9 měsíci

    What are the typical approaches to handling the expiration of the access token?
    I know JSForce handles it when a refresh token is sent. Would it be typically handling a 400 error? Or would you normally track the expiration of the token after you receive it?

  • @bopakitebalo
    @bopakitebalo Před 7 měsíci

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

  • @SalesforceUSA
    @SalesforceUSA Před 3 lety +1

    Good presentation.

  • @gunjansaxena2802
    @gunjansaxena2802 Před rokem

    How can we use JWT tokens to get data from Heroku to Salesforce with out Heroku connect? Please Help on reverse scenario and Thank you for well explaining this vast topic step by step.

  • @aneekaatrocities2489
    @aneekaatrocities2489 Před rokem

    Hi Thanks for this video. I have been searching for this type of video for long time and I got this. By the way, why do we need to specify our username? I thought client id and secret will be used instead of username as this will be a personal one like mine or yours as in the video and may not be useful for any app that need to be productionised. Is it not?

  • @oalexandrino
    @oalexandrino Před 2 lety +1

    Very nice! thanks! just a question, when you are working with third party software vendors, why would I share the private key to them? which approach I could use to avoid this?

    • @javajavelin1
      @javajavelin1 Před 2 lety

      Have you got your question, answered from somewhere else?

  • @sridharbachu
    @sridharbachu Před rokem

    Great video. Just a question what is the purpose of client secret from connected app. I noticed we referred only consumer key as client Id for jet tokens from node App

    • @msrivastav13
      @msrivastav13 Před rokem +2

      The client secret is not used except if you use username and password type OAuth flow, which we do not recommend using. Check this article for more details help.salesforce.com/s/articleView?id=sf.remoteaccess_oauth_username_password_flow.htm&type=5

  • @SDNK79
    @SDNK79 Před 2 lety

    @Mohith can we follow same steps to generate private key & certificate on PRODUCTION environment also? or we need get it from certificate authority?

  • @anujsaxena5461
    @anujsaxena5461 Před 3 lety

    instead of using heroku , can I use this at local ?