HigginsSoft.IdentityServer8 8.0.4

dotnet add package HigginsSoft.IdentityServer8 --version 8.0.4
NuGet\Install-Package HigginsSoft.IdentityServer8 -Version 8.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HigginsSoft.IdentityServer8" Version="8.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HigginsSoft.IdentityServer8 --version 8.0.4
#r "nuget: HigginsSoft.IdentityServer8, 8.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HigginsSoft.IdentityServer8 as a Cake Addin
#addin nuget:?package=HigginsSoft.IdentityServer8&version=8.0.4

// Install HigginsSoft.IdentityServer8 as a Cake Tool
#tool nuget:?package=HigginsSoft.IdentityServer8&version=8.0.4

Identity Server 8 update

This project is a DotNet 8 revival of the Identity Server 4 and Identity Server 4 Admin UI, for Open ID Connect (OIDC) and OAuth, which was archived when .NET Core 3.1 reached end of support.

The latest verion, 8.0.4, is now available on NuGet. It contains hundreds of security and bug fixes from the original Identity Server 4 project.

It is recommend you update all previous version, 4 or 8, to the latest version to ensure you have the latest security updates.

HigginsSoft.IdentityServer8 and Admin UI Nuget Packages are available here for use in DotNet 8.

All new development in the archived repository has moved to a paid commercial version in the Duende Software organization.

See here for more details on the commerica version.

This repository will be maintained for bug fixes and security updates for the .NET 8 version of Identity Server 4.

The source code and unit tests will be updated to use the latest .NET 8 features and best practices.

Once the source code and unit tests are stabilized, the documentation will be updated to reflect the changes.

General speaking, the existing documentation for Identity Server 4 will be valid for this repository, but the new features and changes will be documented in the new documentation.

In the meantime, NuGet packages will be published to the IdentityServer8 NuGet feed and the IdentityServer8 MyGet feed.

Build Status And Stats

Master | Build Master|CodeQL Release|Build Release|CodeQL Develop|Build Develop|CodeQL CI/CD|Build

Documentation

Documentation Status Read the docs - identityserver8.readthedocs.io

Nuget Packages

Identity Server 8

Package
HigginsSoft.IdentityServer8 NuGet Downloads
HigginsSoft.IdentityServer8.Storage NuGet Downloads
HigginsSoft.IdentityServer8.EntityFramework NuGet Downloads
HigginsSoft.IdentityServer8.EntityFramework.Storage NuGet Downloads
HigginsSoft.IdentityServer8.AspNetIdentity NuGet Downloads

Identity Server 8 Administration UI

Package
HigginsSoft.IdentityServer8.Shared NuGet Downloads
HigginsSoft.IdentityServer8.Admin.UI NuGet Downloads
HigginsSoft.IdentityServer8.Shared.Configuration NuGet Downloads
HigginsSoft.IdentityServer8.Admin.Api NuGet Downloads
HigginsSoft.IdentityServer8.Admin NuGet Downloads
HigginsSoft.IdentityServer8.Admin.BusinessLogic.Identity NuGet Downloads
HigginsSoft.IdentityServer8.Admin.EntityFramework NuGet Downloads
HigginsSoft.IdentityServer8.Admin.EntityFramework.Identity NuGet Downloads
HigginsSoft.IdentityServer8.Admin.BusinessLogic.Shared NuGet Downloads
HigginsSoft.IdentityServer8.Admin.EntityFramework.Extensions NuGet Downloads
HigginsSoft.IdentityServer8.Admin.EntityFramework.PostgreSQL NuGet Downloads
HigginsSoft.IdentityServer8.Admin.EntityFramework.MySql NuGet Downloads
HigginsSoft.IdentityServer8.Admin.EntityFramework.SqlServer NuGet Downloads
HigginsSoft.IdentityServer8.Admin.EntityFramework.Shared NuGet Downloads
HigginsSoft.IdentityServer8.Admin.BusinessLogic NuGet Downloads
HigginsSoft.IdentityServer8.Admin.EntityFramework.Configuration NuGet Downloads

What's New

View the CHANGELOG for the latest changes.

About IdentityServer8

<img align="right" width="100px" src="https://dotnetfoundation.org/img/logo_big.svg" />

IdentityServer is a free, open source OpenID Connect and OAuth 2.0 framework for ASP.NET Core. Founded and maintained by Dominick Baier and Brock Allen, IdentityServer8 incorporates all the protocol implementations and extensibility points needed to integrate token-based authentication, single-sign-on and API access control in your applications. IdentityServer8 is officially certified by the OpenID Foundation and thus spec-compliant and interoperable. It is part of the .NET Foundation, and operates under their code of conduct. It is licensed under Apache 2 (an OSI approved license).

For project documentation, please visit readthedocs.

Branch structure

Active development happens on the main branch. This always contains the latest version. Each (pre-) release is tagged with the corresponding version. The aspnetcore1 and aspnetcore2 branches contain the latest versions of the older ASP.NET Core based versions.

How to build

Documentation

For project documentation, please visit readthedocs.

See here for the 1.x docs, and here for the 2.x docs.

Bug reports and feature requests

Please use the issue tracker for that. We only support the latest version for free. For older versions, you can get a commercial support agreement with us.

Commercial and Community Support

If you need help with implementing IdentityServer8 or your security architecture in general, there are both free and commercial support options. See here for more details.

Sponsorship

If you are a fan of the project or a company that relies on IdentityServer, you might want to consider sponsoring. This will help us devote more time to answering questions and doing feature development. If you are interested please head to our Patreon page which has further details.

Platinum Sponsors

<img src="https://user-images.githubusercontent.com/1454075/62819413-39550c00-bb55-11e9-8f2f-a268c3552c71.png" width="200">

<img src="https://user-images.githubusercontent.com/1454075/66454740-fb973580-ea68-11e9-9993-6c1014881528.png" width="200">

Corporate Sponsors

Ritter Insurance Marketing
ExtraNetUserManager
Knab

You can see a list of our current sponsors here - and for companies we have some nice advertisement options as well.

Acknowledgements

IdentityServer8 is built using the following great open source projects and free services:

..and last but not least a big thanks to all our contributors!

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on HigginsSoft.IdentityServer8:

Package Downloads
HigginsSoft.IdentityServer8.EntityFramework

EntityFramework persistence layer for IdentityServer8

HigginsSoft.IdentityServer8.AspNetIdentity

ASP.NET Core Identity Integration for IdentityServer8

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.4 259 2/17/2024
8.0.4-beta.4 53 2/17/2024
8.0.4-beta.3 47 2/17/2024
8.0.4-beta.2 45 2/17/2024
8.0.4-alpha.4 43 2/17/2024
8.0.4-alpha.3 48 2/16/2024
8.0.4-alpha.2 47 2/15/2024
8.0.4-alpha.0 52 2/15/2024
8.0.3 110 2/14/2024
8.0.3-beta.1 49 2/13/2024
8.0.3-alpha.2 49 2/14/2024
8.0.2 224 2/11/2024
8.0.2-beta.0 46 2/11/2024
8.0.1 302 2/11/2024
8.0.1-beta.0 45 2/11/2024
8.0.1-alpha.10 41 2/11/2024
8.0.1-alpha.2 62 2/9/2024
8.0.1-alpha.1 63 2/9/2024
8.0.1-alpha.0 41 2/11/2024
8.0.0 174 2/9/2024
8.0.0-alpha.1 45 2/9/2024