Skip to content

Commit 6aac034

Browse files
authored
Jennyf/lts (#5280)
* update MSAL LTS * update before Peter comments
1 parent b972a9c commit 6aac034

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ The MSAL library for .NET is part of the [Microsoft identity platform for develo
77
| [Conceptual documentation](https://aka.ms/msalnet) | [Getting Started](https://learn.microsoft.com/entra/msal/dotnet/getting-started/choosing-msal-dotnet) | [Sample Code](https://aka.ms/aaddevsamplesv2) | [API Reference](https://learn.microsoft.com/dotnet/api/overview/) | [Support](README.md#community-help-and-support) | [Feedback](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues)
88
| ------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
99

10+
## NuGet Package
11+
12+
[![NuGet](https://img.shields.io/nuget/v/microsoft.identity.client.svg?style=flat-square&label=nuget&colorB=00b200)](https://www.nuget.org/packages/Microsoft.Identity.Client/)
13+
14+
## Version Lifecycle and Support Matrix
15+
16+
See [Long Term Support policy](./supportPolicy.md) for details.
17+
18+
The following table lists MSAL.NET versions currently supported and receiving security fixes.
19+
20+
| Major Version | Last Release | Patch Release Date | Support Phase|End of Support |
21+
| --------------|--------------|--------|------------|--------|
22+
| 4.x | [![NuGet](https://img.shields.io/nuget/v/microsoft.identity.client.svg?style=flat-square&label=nuget&colorB=00b200)](https://www.nuget.org/packages/Microsoft.Identity.Client/) |Monthly| Active | Not planned.<br/>✅Supported versions: from 4.64.1 to [![NuGet](https://img.shields.io/nuget/v/microsoft.identity.client.svg?style=flat-square&label=nuget&colorB=00b200)](https://www.nuget.org/packages/Microsoft.Identity.Client/)<br/>⚠️Unsupported versions `< 4.64.1`.|
23+
1024
### Performance perspectives
1125

1226
[Our documentation](https://learn.microsoft.com/entra/msal/dotnet/advanced/performance-testing) describes the approach to performance testing.

supportPolicy.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# MSAL.NET Support Policy
2+
3+
_Last updated May 14, 2025_
4+
5+
## Supported versions
6+
The following table lists MSAL.NET versions currently supported and receiving security fixes.
7+
8+
| Major Version | Last Release | Patch Release Date | Support Phase|End of Support |
9+
| --------------|--------------|--------|------------|--------|
10+
| 4.x | [![NuGet](https://img.shields.io/nuget/v/microsoft.identity.client.svg?style=flat-square&label=nuget&colorB=00b200)](https://www.nuget.org/packages/Microsoft.Identity.Client/) |Monthly| Active | Not planned.<br/>✅Supported versions: from 4.64.1 to [![NuGet](https://img.shields.io/nuget/v/microsoft.identity.client.svg?style=flat-square&label=nuget&colorB=00b200)](https://www.nuget.org/packages/Microsoft.Identity.Client/)<br/>⚠️Unsupported versions `< 4.64.1`.|
11+
12+
## Out of support versions
13+
The following table lists MSAL.NET versions no longer supported and no longer receiving security fixes.
14+
15+
| Major Version | Latest Patch Version| Patch Release Date | End of Support Date|
16+
| --------------|--------------|--------|--------|
17+
| 4.x | <= 4.64.0 | August 23, 2024 | May 15, 2025 |
18+
| 3.x | <= 3.0.9 | July 31, 2019 | May 15, 2025 |
19+
| 2.x | <= 2.7.1 | February 21, 2019 | May 15, 2025 |
20+
| 1.x | <= 1.1.4-preview0002 | June 1, 2018 | May 15, 2025 |
21+
22+
## Overview
23+
24+
Every Microsoft product has a lifecycle. The lifecycle begins when a product is released and ends when it's no longer supported. Knowing key dates in this lifecycle helps you make informed decisions about when to upgrade or make other changes to your software. This product is governed by [Microsoft's Modern Lifecycle Policy](https://learn.microsoft.com/en-us/lifecycle/policies/modern).
25+
26+
The Microsoft suite of auth libraries provides comprehensive tools for identity and security token processing in .NET, and non-.NET, applications, including authentication, authorization, token validation, and integration with Entra ID and other IdPs. To provide clarity and predictability for developers, these libraries follow a Long-Term Support (LTS) policy similar in style to the .NET Core/.NET platform LTS story. This policy defines how long each major version of each library is supported, which versions receive updates (especially security fixes), and when older versions are deprecated. The goal is to ensure developers know which version is safe to use and when to upgrade, in alignment with .NET’s own support cadence.
27+
28+
## Support Policy Guiding Principles
29+
The support policy can be summarized by three key rules:
30+
1. **“Last Major Release” Support Window:** For each major version of the library (v5, v6, v7, v8, etc.), only the latest patch release of that major version is officially supported once a new major version is released. This last release of a major version (for example, 7.7.1 for the 7.x branch) will continue to be supported for a grace period of 180 days after the next major (v8.0) comes out.
31+
2. **Deprecation of Older Versions on New Major Release:** When a new major version of the library is released (e.g., 8.0.0), all previous minor/patch versions of the previous major (e.g., 7.0.0 up to 7.7.0) are immediately considered deprecated, only the last patch release of the previous major (e.g., 7.7.1) remains supported during the 180-day overlap or LTS period as described above. Earlier patches in that branch will no longer receive updates. For example, once 8.0.0 is released, the entire 7.x series before 7.7.1 is deprecated. Developers should move to 7.7.1 (the final 7.x release) or upgrade to 8.x for continued support.
32+
3. **Security Fixes Only in Supported Versions:** Security fixes and critical bug fixes will be provided only for the supported versions – namely, the latest patch of the latest major, and in some cases the latest patch of the previous major during the overlap window. Older majors (and any old patch versions) will not receive security updates once they are out of support. This means if a vulnerability is discovered, the team will issue a fix in the current supported release (and possibly the last release of the previous major if still within 180-day), but will not back-port fixes to earlier, deprecated patch versions. In practice, organizations must upgrade to the supported version to get the fix. (For example, a security advisory might instruct users to update to 7.7.1 or 8.x to resolve an issue, as older 7.x builds would not be patched.)

0 commit comments

Comments
 (0)