Skip to content

IdentityModel 8x

kellyyangsong edited this page Jun 18, 2024 · 11 revisions

Reminder

All the IdentityModel libraries must have the same version 8.0.0 in your project and including the recursive dependencies.

dotnet restore yourProject.csproj
dotnet list yourProject.csproj package  --include-transitive

to see the list of all packages dependencies.

Introducing IdentityModel 8.x

We are excited to announce the release of IdentityModel 7.0.0, a major update to our popular .NET auth validation library.

Breaking changes

AppContext.SetSwitch which were included in IdentityModel 7x, have been removed and are the default in IdentityModel 8x. The result is a more performant IdentityModel by default. See https://aka.ms/IdentityModel/SkipAuthenticationTagLengthValidation

Clone this wiki locally