OAuth authentication using Device Code Flow

Поділитися
Вставка
  • Опубліковано 25 січ 2025

КОМЕНТАРІ • 13

  • @bjarkihall2876
    @bjarkihall2876 2 роки тому +1

    These OAuth videos are so valuable resources Erik (especially for troubleshooting and seeing the setup in Azure step-by-step).
    I also love how you code it without some huge abstraction library package, just raw HTTP requests (and in such a few lines of code too, which you also explained).
    Every docs/example I've seen on these topics are so overwhelming while the concept is so simple (when you lay it down in this video).
    Many hours of researching turn into a simple 17 minute long video on youtube.
    Thanks again! :)

  • @lk75yt
    @lk75yt 2 роки тому +1

    I am amazed that you can explain every step one has to take to get this to work but the Microsoft Employees that I talked to during my recent Cloud Consult sessions were not able to identify what I did wrong. Good job Erik!

  • @faiselahmad-1M
    @faiselahmad-1M 2 роки тому

    I'm searching but I didn't get anywhere

  • @realeques
    @realeques 2 роки тому

    Hi, do you by any chance have a video of a POST request to get the OAuth Token in AL ? i need to get an access token from our DataQuality Server to BC

    • @Hougaard
      @Hougaard  2 роки тому

      You can see how to general POST in AL if you locate the "toilet" video on my channel :)

  • @altonlebronze3536
    @altonlebronze3536 2 роки тому

    Good demo!
    One concern I have with OAuth in general though, is its reliance upon browsers which have the ability to memorize credentials. In the video for instance, you did not have to re-enter your credentials to sign in to Microsoft. That's fine if you are indeed the owner of the computer. If however someone else gets their hand on your device (which is not impossible) there'll be absolutely no reason for Microsoft to believe it's not you! This is a potential security vulnerability, especially when the third-party application wants access to sensitive data.

    • @Hougaard
      @Hougaard  2 роки тому +1

      Then use Site-2-site (or service2service) autohenticaiton, in that case no browsers are involved.

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

    Hi Erik, Great video, as usual. I am looking for advice on authenticating users of on prem BC web client, via Open ID Connect where Azure is not an option. Can you point me in the right direction please??
    Many thanks

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

      I don't believe you do that.

  • @gauravjoshi5054
    @gauravjoshi5054 8 місяців тому

    nice informative video do you mind sharing this code here ..?

    • @Hougaard
      @Hougaard  8 місяців тому

      Should be in the github repo linked under the video.

  • @faiselahmad-1M
    @faiselahmad-1M 2 роки тому

    Please make video on How to create document page.

    • @Hougaard
      @Hougaard  2 роки тому +1

      Check www.kauffmann.nl :)