Skip to main content
AzureAD avatar

AzureAD

NuGet publisher profile

Packages
60
Total Downloads
31.2B
31,216,177,461

Packages (60)

Microsoft.IdentityModel.Tokens package icon

Microsoft.IdentityModel.Tokens

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

4.1B
downloads
Microsoft.IdentityModel.Logging package icon

Microsoft.IdentityModel.Logging

Includes Event Source based logging support.

4.0B
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.8B
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.7B
downloads
Microsoft.IdentityModel.Protocols.OpenIdConnect package icon

Microsoft.IdentityModel.Protocols.OpenIdConnect

Includes types that provide support for OpenIdConnect protocol.

2.8B
downloads
Microsoft.IdentityModel.Abstractions package icon

Microsoft.IdentityModel.Abstractions

A package containing thin abstractions for Microsoft.IdentityModel.

2.8B
downloads
Microsoft.IdentityModel.Protocols package icon

Microsoft.IdentityModel.Protocols

Provides base protocol support for OpenIdConnect and WsFederation.

2.8B
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.6B
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.6B
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.

586.7M
downloads
Microsoft.IdentityModel.Validators package icon

Microsoft.IdentityModel.Validators

Includes types that provide token validators.

241.7M
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.

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

Microsoft.Identity.Web.TokenCache

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

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

Microsoft.Identity.Web.Certificate

This package brings certificate management for MSAL.NET.

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

Microsoft.IdentityModel.Tokens.Saml

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

181.5M
downloads
Microsoft.IdentityModel.Xml package icon

Microsoft.IdentityModel.Xml

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

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

Microsoft.Identity.Web.Certificateless

This package brings certificateless authentication.

178.9M
downloads
Microsoft.IdentityModel.LoggingExtensions package icon

Microsoft.IdentityModel.LoggingExtensions

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

168.5M
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).

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

Microsoft.Identity.Web.Diagnostics

Package Description

150.6M
downloads
Microsoft.Identity.Abstractions package icon

Microsoft.Identity.Abstractions

Interface for higher level API for confidential client applications.

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

Microsoft.IdentityModel.Protocols.WsFederation

Includes types that provide support for WsFederation protocol.

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

Microsoft.IdentityModel.Protocols.WsTrust

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

60.1M
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.

44.4M
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.7M
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.0M
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.

19.3M
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.0M
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.

15.5M
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.8M
downloads

30 more packages load after hydration.