Skip to main content
AzureAD avatar

AzureAD

NuGet publisher profile

Packages
60
Total Downloads
32.2B
32,152,609,460

Packages (60)

Microsoft.IdentityModel.Tokens package icon

Microsoft.IdentityModel.Tokens

Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.

4.2B
downloads
Microsoft.IdentityModel.Logging package icon

Microsoft.IdentityModel.Logging

Includes Event Source based logging support.

4.1B
downloads
System.IdentityModel.Tokens.Jwt package icon

System.IdentityModel.Tokens.Jwt

Includes types that provide support for creating, serializing and validating JSON Web Tokens. As of IdentityModel 7x, this is a legacy tool that should be replaced with Microsoft.IdentityModel.JsonWebTokens.

3.9B
downloads
Microsoft.IdentityModel.JsonWebTokens package icon

Microsoft.IdentityModel.JsonWebTokens

Includes types that provide support for creating, serializing and validating JSON Web Tokens. This is a newer, faster version of System.IdentityModel.Tokens.Jwt that has additional functionality.

3.8B
downloads
Microsoft.IdentityModel.Abstractions package icon

Microsoft.IdentityModel.Abstractions

A package containing thin abstractions for Microsoft.IdentityModel.

2.9B
downloads
Microsoft.IdentityModel.Protocols.OpenIdConnect package icon

Microsoft.IdentityModel.Protocols.OpenIdConnect

Includes types that provide support for OpenIdConnect protocol.

2.9B
downloads
Microsoft.IdentityModel.Protocols package icon

Microsoft.IdentityModel.Protocols

Provides base protocol support for OpenIdConnect and WsFederation.

2.9B
downloads
Microsoft.Identity.Client package icon

Microsoft.Identity.Client

This package contains the binaries of the Microsoft Authentication Library for .NET (MSAL.NET). MSAL.NET makes it easy to obtain tokens from the Microsoft identity platform for developers (formerly Azure AD v2.0) signing-in users with work & school accounts, Microsoft personal accounts, and social identities via Azure AD B2C. These tokens provide access to Microsoft Cloud API and any other API secured by the Microsoft identity platform. This version supports adding authentication functionality to your .NET based clients - .NET, .NET Framework, .NET MAUI

2.7B
downloads
Microsoft.Identity.Client.Extensions.Msal package icon

Microsoft.Identity.Client.Extensions.Msal

This package contains the public client (desktop) caching to Microsoft Authentication Library for .NET (MSAL.NET)

1.7B
downloads
Microsoft.IdentityModel.Clients.ActiveDirectory package icon

Microsoft.IdentityModel.Clients.ActiveDirectory

There is a newer version of this library available here: https://www.nuget.org/packages/Microsoft.Identity.Client/ Migration guide: https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-net-migration ADAL no longer receives new feature improvements.

592.2M
downloads
Microsoft.IdentityModel.Validators package icon

Microsoft.IdentityModel.Validators

Includes types that provide token validators.

252.5M
downloads
Microsoft.Identity.Web package icon

Microsoft.Identity.Web

This package enables ASP.NET Core web apps and web APIs to use the Microsoft identity platform (formerly Azure AD v2.0). This package is specifically used for web applications, which sign-in users, and protected web APIs, which optionally call downstream web APIs.

217.5M
downloads
Microsoft.Identity.Web.TokenCache package icon

Microsoft.Identity.Web.TokenCache

This package bring token cache serializers for MSAL.NET confidential client applications.

199.5M
downloads
Microsoft.Identity.Web.Certificate package icon

Microsoft.Identity.Web.Certificate

This package brings certificate management for MSAL.NET.

196.6M
downloads
Microsoft.IdentityModel.Tokens.Saml package icon

Microsoft.IdentityModel.Tokens.Saml

Includes types that provide support for SamlTokens version 1 and 2.

186.5M
downloads
Microsoft.Identity.Web.Certificateless package icon

Microsoft.Identity.Web.Certificateless

This package brings certificateless authentication.

185.8M
downloads
Microsoft.IdentityModel.Xml package icon

Microsoft.IdentityModel.Xml

Includes types that provide support for Reading / Writing XML with Enveloped Signatures.

185.7M
downloads
Microsoft.IdentityModel.LoggingExtensions package icon

Microsoft.IdentityModel.LoggingExtensions

A package containing logging extensions to support writing Identity logs to Microsoft.Extensions.Logging.ILogger.

175.1M
downloads
Microsoft.Identity.Web.TokenAcquisition package icon

Microsoft.Identity.Web.TokenAcquisition

Implementation for higher level API for confidential client applications (ASP.NET Core and SDK/.NET).

157.2M
downloads
Microsoft.Identity.Web.Diagnostics package icon

Microsoft.Identity.Web.Diagnostics

Package Description

157.2M
downloads
Microsoft.Identity.Abstractions package icon

Microsoft.Identity.Abstractions

Interface for higher level API for confidential client applications.

156.8M
downloads
Microsoft.IdentityModel.Protocols.WsFederation package icon

Microsoft.IdentityModel.Protocols.WsFederation

Includes types that provide support for WsFederation protocol.

74.7M
downloads
Microsoft.IdentityModel.Protocols.WsTrust package icon

Microsoft.IdentityModel.Protocols.WsTrust

Includes types that provide support for creating, serializing and validating WsTrust Messages.

61.9M
downloads
Microsoft.Identity.Web.UI package icon

Microsoft.Identity.Web.UI

This package enables UI for ASP.NET Core Web apps that use Microsoft.Identity.Web.

45.6M
downloads
Microsoft.IdentityModel.Protocol.Extensions package icon

Microsoft.IdentityModel.Protocol.Extensions

This package provides an assembly containing classes which extend the .NET Framework 4.5 with base constructs from the OpenId Connect and WS-Federation protocols

39.9M
downloads
Microsoft.IdentityModel package icon

Microsoft.IdentityModel

Windows Identity Foundation enables .NET developers to externalize identity logic from their application, improving developer productivity, enhancing application security, and enabling interoperable federation. Enjoy greater productivity, applying the same tools and programming model to build on-premises software as well as cloud services. Create more secure applications by reducing custom implementations and using a single simplified identity model based on claims. Enjoy greater flexibility in application deployment through interoperability based on industry standard protocols, allowing applications and identity infrastructure services to communicate via claims.

29.3M
downloads
Microsoft.Identity.Client.NativeInterop package icon

Microsoft.Identity.Client.NativeInterop

This package contains binaries needed to use brokers in public client desktop applications. The release notes are available at https://office.visualstudio.com/_git/OneAuth?path=/CHANGELOG.md.

21.5M
downloads
Microsoft.Identity.Web.MicrosoftGraph package icon

Microsoft.Identity.Web.MicrosoftGraph

This package enables ASP.NET Core web apps and web APIs to use the Microsoft identity platform (formerly Azure AD v2.0). This package is specifically used for web applications, which sign-in users and call Microsoft Graph, and for protected web APIs that call Microsoft Graph.

19.4M
downloads
Microsoft.Identity.Client.Broker package icon

Microsoft.Identity.Client.Broker

This package contains binaries needed to use brokers in public client desktop applications and supersedes Microsoft.Identity.Client.Desktop.

17.7M
downloads
Microsoft.Azure.ActiveDirectory.GraphClient package icon

Microsoft.Azure.ActiveDirectory.GraphClient

This is the .NET Client Library for Microsoft Azure Active Directory Graph API. Learn more about Azure AD Graph API @ https://msdn.microsoft.com/Library/Azure/Ad/Graph/howto/azure-ad-graph-api-operations-overview. NOTE: Azure AD Graph API functionality is also available through Microsoft Graph, a unified API that also includes APIs from other Microsoft services like Outlook, OneDrive, OneNote, Planner, and Office Graph, all accessed through a single endpoint with a single access token. Find out more about Microsoft Graph @ http://graph.microsoft.com, and find the Microsoft Graph .Net Client Library @ https://www.nuget.org/packages/Microsoft.Graph and the open source code and further documentation @ https://github.com/microsoftgraph/msgraph-sdk-dotnet Usage information is available on our AAD Graph blog @ http://blogs.msdn.com/b/aadgraphteam/archive/2014/12/12/announcing-azure-ad-graph-api-client-library-2-0.aspx and sample usage on github @ https://github.com/AzureADSamples/WebApp-GraphAPI-DotNet and https://github.com/AzureADSamples/ConsoleApp-GraphAPI-DotNet.

11.9M
downloads
Microsoft.Identity.Web.DownstreamApi package icon

Microsoft.Identity.Web.DownstreamApi

Interface for higher level API for confidential client applications.

11.3M
downloads
Microsoft.Identity.Web.GraphServiceClient package icon

Microsoft.Identity.Web.GraphServiceClient

This package enables ASP.NET Core web apps and web APIs to use the Microsoft identity platform (formerly Azure AD v2.0). This package is specifically used for web applications, which sign-in users and call Microsoft Graph, and for protected web APIs that call Microsoft Graph. Works specifically with MS Graph SDK v5 and above. For MS Graph SDK v4 support, please use Microsoft.Identity.Web.MicrosoftGraph.

6.3M
downloads
System.IdentityModel.Tokens.ValidatingIssuerNameRegistry package icon

System.IdentityModel.Tokens.ValidatingIssuerNameRegistry

This package provides an assembly containing classes which extend the .NET Framework 4.5 with the necessary logic that extends token validation to check that the signer of a token and the issuer of the token are a valid pair. This capability can be applied both within the Windows Identity Foundation token processing pipeline and standalone, without any dependency on WIF’s configuration.

6.2M
downloads
Microsoft.Identity.Client.KeyAttestation package icon

Microsoft.Identity.Client.KeyAttestation

This package contains binaries needed to enable Credential Guard attestation in managed identity proof-of-possession (mTLS PoP) flows using MSAL.NET.

3.4M
downloads
Microsoft.IdentityModel.Protocols.SignedHttpRequest package icon

Microsoft.IdentityModel.Protocols.SignedHttpRequest

Includes types that provide support for SignedHttpRequest protocol.

2.7M
downloads
Microsoft.Identity.Client.Desktop package icon

Microsoft.Identity.Client.Desktop

This package contains binaries needed to use the Windows broker and other features with MSAL on older platforms such as .NET Framework and .NET Core 3.x.

2.7M
downloads
Microsoft.IdentityModel.KeyVaultExtensions package icon

Microsoft.IdentityModel.KeyVaultExtensions

Includes types that provide support for signing and encrypting tokens with Azure Key Vault.

1.1M
downloads
Microsoft.Identity.Web.MicrosoftGraphBeta package icon

Microsoft.Identity.Web.MicrosoftGraphBeta

This package enables ASP.NET Core web apps and web APIs to use the Microsoft identity platform (formerly Azure AD v2.0). This package is specifically used for web applications, which sign-in users and call Microsoft Graph Beta, and for protected web APIs that call Microsoft Graph Beta.

813.4K
downloads
Microsoft.Identity.Web.OWIN package icon

Microsoft.Identity.Web.OWIN

This package enables ASP.NET web apps and web APIs to use the Microsoft identity platform (formerly Azure AD v2.0). This package is specifically used for web applications, which sign-in users, and protected web APIs, which optionally call downstream web APIs.

757.2K
downloads
Microsoft.Identity.Web.Azure package icon

Microsoft.Identity.Web.Azure

This package enables ASP.NET Core web apps and web APIs to use the Azure SDKs with the Microsoft identity platform (formerly Azure AD v2.0)

737.2K
downloads
System.IdentityModel.Tokens package icon

System.IdentityModel.Tokens

System.IdentityModel.Tokens

373.6K
downloads
Microsoft.Identity.Web.GraphServiceClientBeta package icon

Microsoft.Identity.Web.GraphServiceClientBeta

This package enables ASP.NET Core web apps and web APIs to use the Microsoft identity platform (formerly Azure AD v2.0). This package is specifically used for web applications, which sign-in users and call Microsoft Graph, and for protected web APIs that call Microsoft Graph. Works specifically with MS Graph SDK v5 and above. For MS Graph SDK v4 support, please use Microsoft.Identity.Web.MicrosoftGraph.

343.2K
downloads
Microsoft.Experimental.IdentityModel.Clients.ActiveDirectory package icon

Microsoft.Experimental.IdentityModel.Clients.ActiveDirectory

This package contains the binaries of the Active Directory Authentication Library (ADAL). ADAL provides a Portable Class Library with easy to use authentication functionality for your .NET client on various platforms including Windows desktop, Windows Store, Windows Phone, Xamarin iOS and Xamarin Android by taking advantage of Windows Server Active Directory and Windows Azure Active Directory.

279.1K
downloads
Microsoft.IdentityModel.ManagedKeyVaultSecurityKey package icon

Microsoft.IdentityModel.ManagedKeyVaultSecurityKey

Includes types that provide support for signing and encrypting tokens with Azure Key Vault for Applications that are using Managed identities for Azure resources.

241.7K
downloads
Microsoft.WindowsAzure.ActiveDirectory.Authentication package icon

Microsoft.WindowsAzure.ActiveDirectory.Authentication

This package contains the main assembly for the Azure Authentication Library (AAL). AAL provides easy to use authentication functionality for your .NET client apps by taking advantage of Windows Azure Active Directory.

199.5K
downloads
Microsoft.Identity.Client.Extensions.Adal package icon

Microsoft.Identity.Client.Extensions.Adal

This package contains extensions to Azure Active Directory Library for .NET (ADAL.NET)

176.1K
downloads
Microsoft.Identity.Web.OidcFIC package icon

Microsoft.Identity.Web.OidcFIC

Implementation for a Cloud Federation Identity Credential (FIC) credential provider.

131.7K
downloads
Microsoft.Identity.Web.AgentIdentities package icon

Microsoft.Identity.Web.AgentIdentities

Helper methods for Agent identity blueprint to act as the agent identities.

88.8K
downloads
Microsoft.Identity.Web.ProjectTemplates package icon

Microsoft.Identity.Web.ProjectTemplates

Templates to use when creating a web app that signs in users or a protected web API with the Microsoft identity platform (and call downstream APIs)

87.0K
downloads
Microsoft.Identity.Lab.Api package icon

Microsoft.Identity.Lab.Api

This package contains the binaries of the Microsoft Authentication Library for .NET (MSAL.NET). MSAL.NET makes it easy to obtain tokens from the Microsoft identity platform for developers (formerly Azure AD v2.0) signing-in users with work & school accounts, Microsoft personal accounts, and social identities via Azure AD B2C. These tokens provide access to Microsoft Cloud API and any other API secured by the Microsoft identity platform. This version supports adding authentication functionality to your .NET based clients - .NET, .NET Framework, .NET MAUI

34.0K
downloads
Microsoft.IdentityModel.TestExtensions package icon

Microsoft.IdentityModel.TestExtensions

Microsoft.IdentityModel.TestExtensions

32.8K
downloads
Microsoft.Identity.Web.TokenAcquisition.Abstractions package icon

Microsoft.Identity.Web.TokenAcquisition.Abstractions

Interface for higher level API for confidential client applications.

29.1K
downloads
msidentity-app-sync package icon

msidentity-app-sync

This package is a dotnet global tool which registers new Azure AD or Azure AD B2C applications, and updates your code accordingly, or modifies/edits existing Azure AD or Azure AD B2C applications and updates the code. This tool automates the steps of going to the portal UI for app registration and also updates the corresponding code for that application. With this tool, you can develop and register an ASP.NET Core web app, web API, gRPC service or Azure Function protected with the Microsoft identity platform, which can call Microsoft Graph or downstream web APIs. For details see https://aka.ms/ms-identity-app-registration.

25.2K
downloads
Microsoft.Azure.ActiveDirectory.GraphClient.JS package icon

Microsoft.Azure.ActiveDirectory.GraphClient.JS

Javscript Client Library for Microsoft Azure Active Directory Graph Client Library. Learn more about how to use this library @ http://aka.ms/ClientLibraries.

24.1K
downloads
Microsoft.Identity.Client.Desktop.WinUI3 package icon

Microsoft.Identity.Client.Desktop.WinUI3

This package contains WinUI3-specific binaries for using MSAL.NET with modern Windows applications built on WinUI3 and Windows App SDK.

13.9K
downloads
Microsoft.Azure.ActiveDirectory.GraphClient.JS.VS2015 package icon

Microsoft.Azure.ActiveDirectory.GraphClient.JS.VS2015

Javscript Client Library for Microsoft Azure Active Directory Graph Client Library. Learn more about how to use this library @ http://aka.ms/ClientLibraries.

12.4K
downloads
Microsoft.Preview.WindowsAzure.ActiveDirectory.Authentication package icon

Microsoft.Preview.WindowsAzure.ActiveDirectory.Authentication

This package contains the main assembly for the Azure Authentication Library (AAL). AAL provides easy to use authentication functionality for your Windows Store apps by taking advantage of Windows Azure Active Directory.

7.1K
downloads
Microsoft.IdentityModel.Dpop package icon

Microsoft.IdentityModel.Dpop

Includes types that provide support for creating and validating DPoP.

2.8K
downloads
Microsoft.Identity.Web.DownstreamRestApi package icon

Microsoft.Identity.Web.DownstreamRestApi

Interface for higher level API for confidential client applications.

2.5K
downloads
Microsoft.Identity.Client.MtlsPop package icon

Microsoft.Identity.Client.MtlsPop

This package contains binaries needed to use managed identity proof-of-possession (MTLS PoP) flows in applications using MSAL.NET.

1.6K
downloads