DEV Community

Omar Baruzzo
Omar Baruzzo

Posted on

Free Open Source IdentityServer for .NET 10: Getting Started with IdentityServer10

Why we need a free IdentityServer for .NET 10

With the evolution of the .NET ecosystem, many developers are looking for a
community-driven, open-source solution for OIDC and OAuth2.

Introducing IdentityServer10 by Omar Baruzzo

IdentityServer10 is a direct port of IdentityServer4, updated and
fully compatible with .NET 10. It provides a free alternative for
those who want to stay on the latest LTS version of .NET.

Key Features:

  • Full support for .NET 10
  • Open Source and Community maintained
  • Easy migration from IdentityServer4

Get Started

You can find the source code, documentation, and samples here:
👉 https://github.com/omarbaruzzo/IdentityServer10

Installation

You can pull the packages directly from NuGet:
dotnet add package OmarBaruzzo.IdentityServer10 --version 10.0.1

Top comments (0)