HigginsSoft.IdentityServer8.EntityFramework
8.0.4
dotnet add package HigginsSoft.IdentityServer8.EntityFramework --version 8.0.4
NuGet\Install-Package HigginsSoft.IdentityServer8.EntityFramework -Version 8.0.4
<PackageReference Include="HigginsSoft.IdentityServer8.EntityFramework" Version="8.0.4" />
paket add HigginsSoft.IdentityServer8.EntityFramework --version 8.0.4
#r "nuget: HigginsSoft.IdentityServer8.EntityFramework, 8.0.4"
// Install HigginsSoft.IdentityServer8.EntityFramework as a Cake Addin #addin nuget:?package=HigginsSoft.IdentityServer8.EntityFramework&version=8.0.4 // Install HigginsSoft.IdentityServer8.EntityFramework as a Cake Tool #tool nuget:?package=HigginsSoft.IdentityServer8.EntityFramework&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
Documentation
Read the docs - identityserver8.readthedocs.io
Nuget Packages
Identity Server 8
Identity Server 8 Administration UI
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
- [Install](https://www.microsoft.com/net/download/core#/current the latest .NET 8 SDK
- Install Git
- Clone this repo
- Run
dotnet build src/identityserver8.slm
orbuild.sh
in the root of the cloned repo.
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
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 | Versions 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. |
-
net8.0
- AutoMapper (>= 13.0.1)
- HigginsSoft.IdentityServer8 (>= 8.0.4)
- HigginsSoft.IdentityServer8.EntityFramework.Storage (>= 8.0.4)
- IdentityModel (>= 6.2.0)
- Microsoft.AspNetCore.Authentication.OpenIdConnect (>= 8.0.0)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Abstractions (>= 2.2.0)
- Microsoft.EntityFrameworkCore.Relational (>= 8.0.1)
- Microsoft.Extensions.Configuration.Abstractions (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Logging (>= 8.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.1)
- Microsoft.IdentityModel.Logging (>= 7.3.1)
- Microsoft.IdentityModel.Protocols.OpenIdConnect (>= 7.3.1)
- Newtonsoft.Json (>= 13.0.3)
- System.IdentityModel.Tokens.Jwt (>= 7.3.1)
NuGet packages (13)
Showing the top 5 NuGet packages that depend on HigginsSoft.IdentityServer8.EntityFramework:
Package | Downloads |
---|---|
HigginsSoft.IdentityServer8.Admin.EntityFramework
Entity Framework layer for the administration of the IdentityServer8 |
|
HigginsSoft.IdentityServer8.Admin.EntityFramework.Identity
Entity Framework layer for the administration of the Asp.Net Core Identity and IdentityServer8 |
|
HigginsSoft.IdentityServer8.Admin.EntityFramework.Configuration
Entity Framework configuration for the administration of the IdentityServer8 and Asp.Net Core Identity |
|
HigginsSoft.IdentityServer8.Admin.BusinessLogic
Business Logic layer for the administration of the IdentityServer8 |
|
HigginsSoft.IdentityServer8.Admin.BusinessLogic.Identity
Business Logic layer for the administration of the Asp.Net Core Identity and IdentityServer8 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.0.4 | 9,577 | 2/17/2024 |
8.0.4-beta.4 | 52 | 2/17/2024 |
8.0.4-beta.3 | 58 | 2/17/2024 |
8.0.4-beta.2 | 61 | 2/17/2024 |
8.0.4-alpha.4 | 57 | 2/17/2024 |
8.0.4-alpha.3 | 55 | 2/16/2024 |
8.0.4-alpha.2 | 55 | 2/15/2024 |
8.0.4-alpha.0 | 61 | 2/15/2024 |
8.0.3 | 141 | 2/14/2024 |
8.0.3-beta.1 | 55 | 2/13/2024 |
8.0.3-alpha.2 | 58 | 2/14/2024 |
8.0.2 | 248 | 2/11/2024 |
8.0.2-beta.0 | 62 | 2/11/2024 |
8.0.1 | 671 | 2/11/2024 |
8.0.1-beta.0 | 53 | 2/11/2024 |
8.0.1-alpha.10 | 51 | 2/11/2024 |
8.0.1-alpha.2 | 72 | 2/9/2024 |
8.0.1-alpha.1 | 67 | 2/9/2024 |
8.0.1-alpha.0 | 51 | 2/11/2024 |
8.0.0 | 271 | 2/9/2024 |
8.0.0-alpha.1 | 54 | 2/9/2024 |