Microsoft.Identity.Client 4.60.3

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Microsoft.Identity.Client --version 4.60.3
NuGet\Install-Package Microsoft.Identity.Client -Version 4.60.3
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="Microsoft.Identity.Client" Version="4.60.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Identity.Client --version 4.60.3
#r "nuget: Microsoft.Identity.Client, 4.60.3"
#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.
// Install Microsoft.Identity.Client as a Cake Addin
#addin nuget:?package=Microsoft.Identity.Client&version=4.60.3

// Install Microsoft.Identity.Client as a Cake Tool
#tool nuget:?package=Microsoft.Identity.Client&version=4.60.3

Microsoft Authentication Library (MSAL) for .NET

The MSAL library for .NET is part of the Microsoft identity platform for developers (formerly named Azure AD) v2.0. It enables you to acquire security tokens to call protected APIs. It uses industry standard OAuth2 and OpenID Connect. The library also supports Azure AD B2C.

Quick links:

Conceptual documentation Getting Started Sample Code API Reference Support Feedback

Performance perspectives

Our documentation describes the approach to performance testing.

View some of the historical performance benchmark results in our dashboard.

Support SLA

MSAL.NET became Generally Available with MSAL.NET 3.0.8. Since MSAL.NET moved to version 4:

  • Major versions are supported for twelve months after the release of the next major version.
  • Minor versions older than N-1 are not supported.

Note Minor versions include bug fixes or features with non-breaking (additive) API changes. It is expected that applications using the library can upgrade through the IDE or CLI with no friction. We will not patch old minor versions of the library. When opening new issues, please confirm that you are using the latest minor version.

Using MSAL.NET

Where do I file issues

You can file new issues in this repository.

Community help and support

We use Stack Overflow with the community to provide support. We highly recommend you ask your questions on Stack Overflow first and browse existing issues to see if someone has asked your question before.

If you find a bug or have a feature request, please raise the issue on GitHub Issues.

Contribute

We welcome contributions and feedback. You can fork and clone the repo and start contributing now. Read our Contribution Guide for more information.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Security library

This library controls how users sign-in and access services. We recommend you always take the latest version of our library in your app when possible. We use semantic versioning so you can control the risk associated with updating your app. As an example, always downloading the latest minor version number (e.g. x.y.z) ensures you get the latest security and feature enhancements but our API surface remains the same. You can always see the latest version and release notes under the Releases tab of GitHub.

Security reporting

If you find a security issue with our libraries or services please report it to secure@microsoft.com in as much detail as possible. Your submission may be eligible for a bounty through the Microsoft Bug Bounty program. Please do not post security issues to GitHub Issues or any other public site. We will contact you shortly after receiving the information. We encourage you to get notifications of when security incidents occur by visiting the Microsoft Technical Security Notifications page and subscribing to Security Advisory Alerts.

Data collection

The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft's privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.

See the our telemetry documentation for an example of the telemetry collected by MSAL.NET.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

Copyright © Microsoft Corporation. All rights reserved. Licensed under the MIT License (the "License").

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-android31.0 is compatible.  net6.0-ios was computed.  net6.0-ios15.4 is compatible.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net6.0-windows7.0 is compatible.  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. 
.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 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed.  monoandroid12.0 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap10.0.17763 is compatible. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
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 (345)

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

Package Downloads
Microsoft.Data.SqlClient The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

The current data provider for SQL Server and Azure SQL databases. This has replaced System.Data.SqlClient. These classes provide access to SQL and encapsulate database-specific protocols, including tabular data stream (TDS). Commonly Used Types: Microsoft.Data.SqlClient.SqlConnection Microsoft.Data.SqlClient.SqlException Microsoft.Data.SqlClient.SqlParameter Microsoft.Data.SqlClient.SqlDataReader Microsoft.Data.SqlClient.SqlCommand Microsoft.Data.SqlClient.SqlTransaction Microsoft.Data.SqlClient.SqlParameterCollection Microsoft.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.

Azure.Identity The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

Microsoft.Identity.Client.Extensions.Msal The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

Microsoft.Identity.Web.TokenCache The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

Microsoft.Graph.Auth The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Microsoft Graph Authentication Library implements authentication functionality used by Microsoft Graph Client Library. It provides a set of OAuth scenario-centric providers that implement Microsoft.Graph.IAuthenticationProvider and uses Microsoft Authentication Library (MSAL) to handle access token acquisition and storage.

GitHub repositories (93)

Showing the top 5 popular GitHub repositories that depend on Microsoft.Identity.Client:

Repository Stars
unoplatform/uno
Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
git-ecosystem/git-credential-manager
Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
microsoft/perfview
PerfView is a CPU and memory performance-analysis tool
lukencode/FluentEmail
All in one email sender for .NET. Supports popular senders (SendGrid, MailGun, etc) and Razor templates.
Version Downloads Last updated
4.60.3 181,587 4/16/2024
4.60.2 2,100 4/9/2024
4.60.1 54,038 4/2/2024
4.60.0 29,279 3/27/2024
4.59.1 46,020 4/16/2024
4.59.0 3,149,668 1/17/2024
4.58.1 935,595 12/8/2023
4.58.0 405,087 11/29/2023
4.57.0 6,693,113 10/18/2023
4.56.0 35,407,765 9/6/2023
4.55.0 3,525,927 7/24/2023
4.54.1 16,416,149 5/24/2023
4.54.0 1,383,168 5/11/2023
4.53.0 3,401,636 4/14/2023
4.52.0 1,315,300 3/31/2023
4.51.0 2,177,460 3/16/2023
4.50.0 2,945,671 2/13/2023
4.49.1 31,163,789 12/20/2022
4.48.1 5,917,322 11/15/2022
4.48.0 1,698,679 11/2/2022
4.47.2 47,048,243 10/4/2022
4.47.1 1,289,334 9/21/2022
4.47.0 1,120,917 9/16/2022
4.46.2 985,734 8/29/2022
4.46.1 2,872,946 8/17/2022
4.46.0 20,261,369 8/4/2022
4.46.0-preview2 33,507 7/8/2022
4.45.0 54,005,419 6/23/2022
4.44.0 5,740,108 5/20/2022
4.43.2 1,058,749 5/2/2022
4.43.1 1,160,394 4/15/2022
4.43.0 1,481,724 4/6/2022
4.42.1 1,347,911 3/15/2022
4.42.0 14,579,265 2/28/2022
4.41.0 5,757,494 2/8/2022
4.40.0 3,482,444 1/8/2022
4.39.0 57,419,073 11/30/2021
4.38.0 1,176,835 11/19/2021
4.37.0 6,343,620 10/22/2021
4.37.0-preview 59,299 10/6/2021
4.36.2 2,370,996 9/29/2021
4.36.1 2,124,412 9/8/2021
4.36.0 1,208,207 8/31/2021
4.35.1 12,011,949 7/30/2021
4.35.0 1,699,267 7/23/2021
4.34.0 1,311,496 7/8/2021
4.33.0 3,613,051 6/22/2021
4.32.1 2,043,516 6/10/2021
4.32.0 560,777 6/3/2021
4.31.0 1,998,097 5/11/2021
4.30.1 69,070,740 4/28/2021
4.30.0 1,200,529 4/22/2021
4.29.0 3,448,937 3/30/2021
4.28.1 902,906 3/23/2021
4.28.0 201,456 3/18/2021
4.27.1 8,357 4/16/2021
4.27.0 1,507,933 2/19/2021
4.26.0 1,764,229 2/10/2021
4.25.0 2,568,344 1/20/2021
4.24.0 2,414,998 12/5/2020
4.23.0 2,168,892 11/24/2020
4.22.0 110,565,270 10/27/2020
4.21.1 124,974,528 10/20/2020
4.21.0 733,583 10/15/2020
4.20.1 526,316 10/14/2020
4.20.0 38,847 10/13/2020
4.20.0-wampreview1 10,874 9/30/2020
4.19.0 2,450,931 9/25/2020
4.18.0 1,481,801 9/2/2020
4.17.2 7,905 1/21/2021
4.17.1 1,345,801 8/5/2020
4.17.0 372,343 7/27/2020
4.16.1 7,334,137 7/10/2020
4.16.0 129,779 7/7/2020
4.15.0 1,271,322 6/18/2020
4.14.0 75,296,155 5/19/2020
4.13.0 761,526 5/5/2020
4.12.0 884,719 4/23/2020
4.11.0 917,082 4/3/2020
4.10.0 942,128 3/18/2020
4.9.0 3,641,189 3/6/2020
4.8.2 6,171,323 2/15/2020
4.8.1 519,553 1/29/2020
4.8.1-preview1 15,463 1/28/2020
4.7.1 1,581,924 11/22/2019
4.7.0 241,198 11/7/2019
4.6.0 918,128 11/4/2019
4.5.1 657,045 10/17/2019
4.5.0 57,635 10/16/2019
4.4.0 489,413 9/20/2019
4.3.1 683,314 8/27/2019
4.3.0 323,928 8/8/2019
4.2.1 191,722 7/24/2019
4.2.0 38,985 7/23/2019
4.1.0 14,651,219 7/2/2019
4.0.0 1,380,624 6/3/2019
3.0.9 47,330 7/31/2019
3.0.8 110,179,000 4/30/2019
3.0.6-preview 98,570 4/19/2019
3.0.5-preview 11,947 4/16/2019
3.0.4-preview 40,899 4/11/2019
3.0.3-preview 71,416 4/8/2019
3.0.2-preview 15,129 3/25/2019
3.0.1-preview 8,104 3/21/2019
3.0.0-preview 33,096 2/27/2019
2.7.1 886,776 2/21/2019
2.7.0 378,963 1/16/2019
2.6.2 172,790 12/20/2018
2.6.1 110,516 12/18/2018
2.6.0-preview 28,261 12/12/2018
2.5.0-preview 187,489 11/21/2018
2.4.1-preview 13,880 11/16/2018
2.4.0-preview 721,102 11/9/2018
2.3.1-preview 43,908 10/26/2018
2.3.0-preview 27,921 10/19/2018
2.2.1-preview 17,047 10/17/2018
2.2.0-preview 38,663 10/5/2018
2.1.0-preview 52,366 9/27/2018
2.0.1-preview 64,693 9/15/2018
2.0.0-preview 66,339 8/28/2018
1.1.4-preview0002 289,001 6/1/2018
1.1.3-preview0012 15,385 5/25/2018
1.1.2-preview0008 540,047 2/2/2018
1.1.1-preview0040 76,410 1/6/2018
1.1.0-preview 568,150 5/9/2017
1.0.304142221-alpha 456,085 4/15/2016
1.0.304142201-alpha 11,624 4/15/2016
1.0.303282006-alpha 13,056 3/29/2016