Azure.Identity 1.2.0-preview.4

Prefix Reserved
Additional Details

This version has a vulnerability rated as MODERATE severity, which represents an additional attack surface in enterprise authentication systems and could potentially be chained with other vulnerabilities to create more significant security risks.

This is a prerelease version of Azure.Identity.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Azure.Identity --version 1.2.0-preview.4
                    
NuGet\Install-Package Azure.Identity -Version 1.2.0-preview.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Azure.Identity" Version="1.2.0-preview.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Azure.Identity" Version="1.2.0-preview.4" />
                    
Directory.Packages.props
<PackageReference Include="Azure.Identity" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Azure.Identity --version 1.2.0-preview.4
                    
#r "nuget: Azure.Identity, 1.2.0-preview.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Azure.Identity@1.2.0-preview.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Azure.Identity&version=1.2.0-preview.4&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Azure.Identity&version=1.2.0-preview.4&prerelease
                    
Install as a Cake Tool

This is the implementation of the Azure SDK Client Library for Azure Identity

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1.8K)

Showing the top 5 NuGet packages that depend on Azure.Identity:

Package Downloads
Microsoft.Identity.Web.Certificate

This package brings certificate management for MSAL.NET.

Microsoft.Extensions.Caching.SqlServer

Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft SQL Server. This package was built from the source code at https://github.com/dotnet/dotnet/tree/f7b4c5716faaee8fb8a289aed29118cad955c45f

Microsoft.Diagnostics.Runtime

ClrMD is a set of advanced APIs for programmatically inspecting a crash dump of a .NET program much in the same way that the SOS Debugging Extensions (SOS) do. This allows you to write automated crash analysis for your applications as well as automate many common debugger tasks. In addition to reading crash dumps ClrMD also allows supports attaching to live processes.

WindowsAzure.ServiceBus

Please note, for Azure Service Bus, Azure Event Hubs and Azure Relay, newer packages Azure.Messaging.ServiceBus, Azure.Messaging.EventHubs and Microsoft.Azure.Relay are available as of November 2020, February 2020 and March 2017 respectively. While WindowsAzure.ServiceBus will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read https://aka.ms/azsdk/blog/msging/intro for more details. It adds Microsoft.ServiceBus.dll along with related configuration files to your project. This library allows AMQP 1.0 to be used as one of the protocols for communication with Microsoft Azure Service Bus. For more information on Messaging features, please visit: http://azure.microsoft.com/en-us/documentation/services/service-bus/ For more information on Event Hub features, please visit: http://go.microsoft.com/fwlink/?LinkID=403957 Please note that this package requires at least .Net Framework 4.6.2.

Microsoft.Azure.SignalR

.NET Standard SDK for Azure SignalR.

GitHub repositories (263)

Showing the top 20 popular GitHub repositories that depend on Azure.Identity:

Repository Stars
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
DapperLib/Dapper
Dapper - a simple object mapper for .Net
ardalis/CleanArchitecture
Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 10
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
duplicati/duplicati
Store securely encrypted backups in the cloud!
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
microsoft/garnet
Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication features. Garnet can work with existing Redis clients.
dotnet/orleans
Cloud Native application framework for .NET
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 8.0 reference application, now community supported: https://github.com/NimblePros/eShopOnWeb
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 11, 10, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
nopSolutions/nopCommerce
ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
MassTransit/MassTransit
Distributed Application Framework for .NET
EduardoPires/EquinoxProject
Web Application ASP.NET 9 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
microsoft/aspire
Aspire is the tool for code-first, extensible, observable dev and deploy.
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
kurrent-io/KurrentDB
KurrentDB is a database that's engineered for modern software applications and event-driven architectures. Its event-native design simplifies data modeling and preserves data integrity while the integrated streaming engine solves distributed messaging challenges and ensures data consistency.
win-acme/win-acme
Automate SSL/TLS certificates on Windows with ease
Version Downloads Last Updated
1.21.0 18,286,827 4/11/2026
1.20.0 3,203,719 3/31/2026
1.19.0 4,979,744 3/11/2026
1.18.0 9,653,074 2/26/2026
1.18.0-beta.3 5,850 2/20/2026
1.18.0-beta.2 208,187 11/19/2025
1.18.0-beta.1 10,015 11/15/2025 1.18.0-beta.1 is deprecated.
1.17.2 4,166,956 4/15/2026
1.17.1 52,125,819 11/19/2025
1.17.0 22,464,862 10/7/2025 1.17.0 is deprecated.
1.16.0 19,930,037 9/9/2025 1.16.0 is deprecated.
1.15.0 11,036,589 8/11/2025 1.15.0 is deprecated.
1.15.0-beta.1 155,336 7/17/2025 1.15.0-beta.1 is deprecated.
1.14.2 68,247,577 7/11/2025 1.14.2 is deprecated.
1.14.1 6,386,038 6/24/2025 1.14.1 is deprecated.
1.14.0 15,334,783 5/13/2025 1.14.0 is deprecated.
1.14.0-beta.4 13,136 5/1/2025 1.14.0-beta.4 is deprecated.
1.14.0-beta.3 62,089 4/8/2025 1.14.0-beta.3 is deprecated.
1.14.0-beta.2 42,409 3/11/2025 1.14.0-beta.2 is deprecated.
1.2.0-preview.4 72,870 6/10/2020 1.2.0-preview.4 is deprecated; 1.2.0-preview.4 has at least one vulnerability with high severity.
Loading failed