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

Clone this wiki locally