# IdentityServer4 **Repository Path**: mirrors/IdentityServer4 ## Basic Information - **Project Name**: IdentityServer4 - **Description**: IdentityServer4 .Net平台下的OAuth2组件,github上的关注度不低于DotNetOpenAuth - **Primary Language**: C# - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://www.oschina.net/p/identityserver4 - **GVP Project**: No ## Statistics - **Stars**: 22 - **Forks**: 4 - **Created**: 2020-02-03 - **Last Updated**: 2023-10-12 ## Categories & Tags **Categories**: oauth-dev **Tags**: None ## README # IdentityServer 4 This project is not maintained anymore and is now archived. IdentityServer4 is a free, open source [OpenID Connect](http://openid.net/connect/) and [OAuth 2.0](https://tools.ietf.org/html/rfc6749) framework for ASP.NET Core. It went out of support when .NET Core 3.1 end of support was reached (13th Dec 2022). Originally founded and maintained by [Dominick Baier](https://twitter.com/leastprivilege) and [Brock Allen](https://twitter.com/brocklallen), the IdentityServer4 project was forked as [Duende IdentityServer](https://duendesoftware.com/products/identityserver) and is now maintained and supported as a commercial product with a [Community Edition](https://duendesoftware.com/products/communityedition) available. IdentityServer4 contains multiple known security vulnerabilities and bugs, and has outdated documentation. As explained in more detail on the [Duende blog](https://blog.duendesoftware.com/posts/20250306-identityserver4-public-again/), the decision was made to archive the IdentityServer4 repository and code in the current [DuendeArchive](https://github.com/DuendeArchive) GitHub organization. Issues are read-only and can still be consulted. The IdentityServer4 code is available in the [`archive`](https://github.com/DuendeArchive/IdentityServer4/tree/archive) branch: ```bash git clone https://github.com/DuendeArchive/IdentityServer4.git git checkout archive ``` IdentityServer4 is licensed under [Apache 2](https://opensource.org/licenses/Apache-2.0) (an OSI approved license).