Securing Services with MSAL

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ต.ค. 2024
  • It’s common for web, desktop, or even mobile applications to require access to protected resources in their environment. This may be custom Web APIs, Microsoft Graph or some other third-party service.
    In the episode, Principal PM Kyle Marsh joins Christos to give us a better understanding on how we can use Microsoft Authentication Library (MSAL) to secure our daemon services with the OAuth 2.0 client credentials flow.
    [01:07] - What is MSAL?
    [02:26] - How does MSAL compare to ADAL?
    [05:07] - MSAL Language support
    [05:44] - What is the definition of a service?
    [07:55] - Granting access scopes and permissions to a service
    [15:07] - Differences with other app types and dynamic scopes
    [17:17] - MSAL demo
    Overview of Microsoft Authentication Library (MSAL)
    docs.microsoft...
    Microsoft identity platform and the OAuth 2.0 client credentials flow
    docs.microsoft...
    Acquire a token and call Microsoft Graph API using console app's identity
    docs.microsoft...
    Client Credentials grant sample code
    github.com/azu...

ความคิดเห็น • 2

  • @SalmanMKC
    @SalmanMKC 4 ปีที่แล้ว +2

    Awesome stuff, MSAL with Uno is great

  • @ODSD_EXCITEMENT
    @ODSD_EXCITEMENT 2 ปีที่แล้ว

    This is great content. I'd love to hear more about the MSAL OBO story.