Salesforce OAuth Refresh Token Flow

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 6

  • @SamuelWhittom
    @SamuelWhittom 10 месяцев назад

    Hi Steve, great video. You touched a little bit about refresh token expiry at the end, but is there a way to obtain automatically a new refresh token before it expires without the user having to log in again? For example, in the case of a connector that pulls data from the Salesforce API to send it into a data warehouse, I would like to avoid the user getting a new refresh token by themselves. Thank you!

    • @stevetecharc
      @stevetecharc  9 месяцев назад

      Sorry for missing this comment, I hope that you worked it out. Yes, you can use the refresh token to get a fresh session token.

    • @SamuelWhittom
      @SamuelWhittom 5 месяцев назад

      @@stevetecharc Thank you!

  • @vikasmishra8421
    @vikasmishra8421 5 месяцев назад

    For Mobile number where we can not store secret key...what can be done

  • @gparadarpc
    @gparadarpc Год назад

    Steve, does salesforce refresh the refresh token automatically without user input if it expire?

    • @stevetecharc
      @stevetecharc  Год назад +1

      No, it will throw an error and the Client needs to catch it. Let me know if there is something to add to the wish list.