https://github.com/IdentityServer/IdentityServer4
https://github.com/IdentityServer/IdentityServer4
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/IdentityServer/IdentityServer4
- Owner: DuendeArchive
- License: apache-2.0
- Archived: true
- Created: 2015-11-22T08:21:58.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T09:29:02.000Z (about 2 months ago)
- Last Synced: 2025-03-22T15:16:24.794Z (29 days ago)
- Homepage:
- Size: 20.2 MB
- Stars: 32
- Watchers: 8
- Forks: 703
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Nuget-Packages - **IdentityServer4**
- awesome-auth - IdentityServer4 - OpenID Connect & OAuth 2.0 framework for ASP.NET Core. (Authentication / <a name="authN-cSharp"></a>C#)
- fucking-awesome-dotnet-core - IdentityServer - IdentityServer for ASP.NET Core 1.0 & 2.0 (Frameworks, Libraries and Tools / Authentication and Authorization)
- awesome-dotnet - IdentityServer4 - OpenID Connect and OAuth 2.0 Framework for ASP.NET Core (Libraries, Frameworks and Tools / Authentication and Authorization)
- awesome-dotnet-core - IdentityServer - IdentityServer for ASP.NET Core 1.0 & 2.0 (Frameworks, Libraries and Tools / Authentication and Authorization)
- awesome-dotnet-core - IdentityServer - IdentityServer for ASP.NET Core 1.0 & 2.0 (Frameworks, Libraries and Tools / Authentication and Authorization)
- awesome-dotnet-core - IdentityServer - IdentityServer4,适用于ASP.NET Core的OpenID Connect和OAuth 2.0框架 。 (框架, 库和工具 / 身份认证和授权)
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).