← Back to main site

IdentityServer

IdentityServer4 (IS4) was a popular, free, and open-source OpenID Connect and OAuth 2.0 framework for ASP.NET Core. Originally created and maintained by Dominick Baier and Brock Allen, it became the de facto standard for building Security Token Services (STS) in the .NET ecosystem and was even included in Microsoft's project templates. It allowed developers to implement centralized authentication, single sign-on (SSO), and API access control.

The Transition to Duende IdentityServer

Maintaining a popular open-source project like IdentityServer4 became increasingly challenging and costly. Sponsorship models proved unsustainable. To ensure the project's long-term viability, support, and continued development, the original creators formed Duende Software.

In October 2020, they announced that IdentityServer4 would be succeeded by a new product, Duende IdentityServer.

Licensing Changes

IdentityServer4 was licensed under the permissive Apache 2.0 license.

Duende IdentityServer uses a dual-license model:

Current Status of IdentityServer4

Alternatives

Several alternatives exist, both open-source and commercial:

The Bottom Line

IdentityServer4 played a crucial role in the .NET identity space. However, it is now an archived, unsupported, and insecure project. For new projects or existing IS4 implementations, migrating to the commercially supported Duende IdentityServer or exploring alternatives like OpenIddict or Keycloak is recommended.

Links and References

Related News

  • 2025-03-06

    IdentityServer4 is public again

    Our Duende development team is committed to delivering the most secure, standards-compliant, trusted identity solutions. While Duende IdentityServer is a fully supported and secure OpenID Connect and OAuth 2.0 framework for .NET Core, IdentityServer4 has been out of support for a long time. The older IdentityServer4 contains multiple known security vulnerabilities and bugs, and has outdated documentation.

  • 2024-08-09

    What is Wrong with IdentityServer4 and What Alternatives to Choose?

    On October 1, 2020 Dominick Baier, one of the IdentityServer founders, published an article that confused the IT community. IdentityServer was rebranded and changed its monetization policy starting in November 2022.

  • 2020-10-01

    The Future of IdentityServer

    Brock Allen and I have been working on the IdentityServer code-base for more than 10 years. In 2020 we will be making some important changes to it. Here’s why we are doing this.