Introduction to Azure AD with Openid Connect

Поділитися
Вставка
  • Опубліковано 29 сер 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

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

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

  • @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.

  • @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