Azure Active Directory Workload Identity Federation with external OIDC IdP

Поделиться
HTML-код
  • Опубликовано: 30 июл 2024
  • In this video, we experiment with the Azure Active Directory Workload Identity Federation using external OpenID Connect identity provider (OIDC IdP) including our own fake JWT token, another AAD tenant, Auth0, and GCP. As of February 2022, AAD Workload Identity Federation is in "preview". We use Azure Portal to create "federatedIdentityCredential" for Azure AD application registration and use Postman to invoke various OAuth2 endpoints and discuss various error messages and responses.
    / azure-active-directory...
    00:00 Introduction
    02:05 Create AAD application
    04:00 Fake JWT token
    10:30 Another AAD tenant as IdP is not supported
    13:55 Auth0 as IdP
    20:18 GCP as IdP
    25:28 List Azure Resource Groups via ARM API
    27:00 Another fake JWT token
  • НаукаНаука

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

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

    Excellent video!

  • @tubebha
    @tubebha 2 года назад +4

    Thanks Arsen for such a wonderful explanation, especially the approach of step-by-step evolution of the concepts. I am really a big fan of approach that shows the error and then what those error means and then the right approach to solve that error scenario. A big thumbs-up and a big thanks to you.

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

      Thank you Arvind!

    • @Philip-Fourie
      @Philip-Fourie 9 месяцев назад

      @Arsen, I totally agree with @tubebha. Thanks for making this video, I really enjoyed it.

  • @sanppatil
    @sanppatil Год назад +1

    Wow, You simplified this stuff with so much clarity. Love this video.

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

      Thank you Sandip! Glad you found it useful.

  • @akashkarve1991
    @akashkarve1991 Год назад +1

    I really like this video. Simple explanation with demo of complex topic. Keep it up Arsen.

  • @user-kd4lr5oi9e
    @user-kd4lr5oi9e Год назад +1

    Hi, I liked your video. I have a question.. If I am using external Idp and my client(or client-id) is kubernetes.local (AKS cluster) , then how I can configure it? Thanks.

  • @gurusworld8226
    @gurusworld8226 11 месяцев назад +1

    Good one, you save my time, I was struggling to make a configuration. I can visualize how much effort you put into this. Thanks for sharing us.
    I am trying to authenticate external oauth token which is also hosted in Azure but in a different Tenant, could you help me to Authenticate that.
    I am getting below error.
    "AADSTS700222: AAD-issued tokens may not be used for federated identity flows.

    • @ArsenVlad
      @ArsenVlad  11 месяцев назад

      Thank you! Glad this was helpful for you. I mentioned about 10:30 min into the video that using another AAD tenant as the IdP is not currently supported.