Salesforce OAuth JWT Bearer Flow Explained

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • Dive into the world of Salesforce's OAuth 2.0 JWT Bearer flow with this guide. Understand the steps of OAuth, Single Sign-On, and how the JWT Bearer flow enables trusted systems to impersonate users securely. Whether you're a seasoned developer or just starting with Salesforce OAuth Security, this video breaks down concepts using relatable analogies, ensuring a clear grasp of the topic.
    Discover the technical flow and a use case, and best practices for implementing this security tool.
    Subscribe to my channel for continuous learning and connect with me on my website, www.stevetecharc.com
    This video is in the Salesforce Security Spectacular.
    Connect with SteveTechArc
    Lnk.bio: lnk.bio/steves...
    Website: www.stevetecha...
    Twitter: / steve_techarc
    LinkedIn: / stevesimpson6
    STA 3.16

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

  • @naresht9643
    @naresht9643 7 дней назад

    Nice content, its really helpful!

  • @saptarshipaul10
    @saptarshipaul10 Месяц назад

    awesome explanation - why JWT to be used and not client credential flow.
    In summary-
    1. O Auth Client Credential flow to be used when Integration user can search or update data in target system.
    2. JWT bearer token flow to be used when data to be searched or updated by a specific user (by system) without the user to login explicitly by providing credentials.