dotnet / docker-tools

This is a repo to house some common tools for our various docker repos.
MIT License
124 stars 46 forks source link

Microsoft.IdentityModel.Clients.ActiveDirectory is deprecated #1176

Closed mthalman closed 6 months ago

mthalman commented 1 year ago

Image Builder has a dependency on Microsoft.IdentityModel.Clients.ActiveDirectory which is marked as deprecated. This should be migrated to use MSAL.NET instead. This has shown up in the component governance report.

mthalman commented 1 year ago

This should take precedence over the work in https://github.com/dotnet/docker-tools/issues/1123.

lbussell commented 8 months ago

This now has a hard due date of April 13 2024.

lbussell commented 8 months ago

This is blocking ImageBuilder builds since last Friday 03/15/2024 - https://dev.azure.com/dnceng/internal/_build/results?buildId=2405989&view=logs&j=ac422da1-c6cf-5423-8ede-22ab7060639a&t=898b1438-1a8f-5482-ed55-51c989cf5404&l=818

lbussell commented 8 months ago

The due date was extended to 04/13/2024.

lbussell commented 7 months ago

Related https://github.com/dotnet/dotnet-docker-internal/issues/4648 [internal issue]