Introduction to Azure AD with Openid Connect

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

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

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

    Very clear, Li Yang
    Thanks for the video. Keep up the great work

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

    Hi Li Yang, thanks for your videos AND your blog! I was stuck with Azure AD and your steps made it very clear I was not setting the email field for the user profile. Subscribed to both. Good luck for the future I'll be paying attention!
    P.S. it would be helpful to put a link to your blog in the video description!

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

    Great Video, Thank you!

  • @mvsk6852
    @mvsk6852 2 года назад

    Hello Li,
    Thanks for your clear explanation.
    I have a question , hope you would be able to help me with this😊
    I have few microservices running in docker containers behind Nginx reverse proxy (Open source). Now i want to setup single Sign on for this.
    Could you please recommend do you know any approach or video!
    Thanks

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

    Hello Li Yang thanks for clear explanation.
    I have a question regarding validation of id_token and access_token. Is there any way to validate these token. After login is success I would like to validate this token if this valid token for a given user. Is there any API in Azure Active Directory which can be used to validate token.

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

      Hi Yudhisthira Attry, normally it should be your application's responsibility to validate these tokens. Depends on the language of choice, you should be able to find some existing libraries to validate these tokens. For example, Authlib for python.

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

    How to perform authentication azure ad using OpenID and oauth2 in python?

  • @PhilHaupt
    @PhilHaupt 2 года назад

    Thank you Li, great content! If I host my own OpenID Connect IdP, I can very easily integrate it into Azure AD B2C. Is there a way to use an OpenID Connect IdP for Azure AD Enterprise customers?

    • @liyangau
      @liyangau  2 года назад

      Hi Phil, thanks for leaving your comment. Auzre AD Enterprise definitely has OIDC and I believe it has more features. For example, someone showed me he could get the actual group name instead of group id on his token.

  • @Aconda
    @Aconda 2 года назад

    What terminal is used at 9:42

    • @liyangau
      @liyangau  2 года назад

      I am using Kitty terminal