Service Principal and Managed Identity support on Azure DevOps (Preview)

Поделиться
HTML-код
  • Опубликовано: 12 май 2023
  • Please join this webinar to learn how Service Principals and Managed Identities can now be used to authenticate with Azure DevOps. Service principals and managed identities provide an exciting new alternative to personal access tokens (PATs), one of our most widely used authentication methods that is tied to the user that created the token.
    Download slide deck: nzpowerlunchfiles.blob.core.w...

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

  • @ramp4409
    @ramp4409 4 месяца назад

    First of all thank you for this video. But there is a confusion here at the end User assigned managed identity assigned to ADO in order to retrieve the token based on the client id. So the code you are running locally is based on the User managed Identity it is going to retrieve the token and the token is passed to the API of ADO in order to create tasks. But system assigned identity is tightly coupled with azure resources in order to use the system assigned identity we can Web App , VM , etc (Which ever azure resource supports for the managed identity) if we take Web app the C# code is going to run inside the Web App in order to retrieve the token and going to do the same exact operation of creating the task. But the code only should be running on System assigned identity since it is tightly coupled with Azure Resource.

  • @obulubabu9702
    @obulubabu9702 9 месяцев назад

    Awesome vidoeos sir, highly appriaciate for your hardwork and sharing the Knowledge to us.🙏🙏

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

    Good Morning, Is there a demo to add a managed identity from a different tenant to my- Azure DevOps organization ?