IdentityServer4Plus 8.0.19
dotnet add package IdentityServer4Plus --version 8.0.19
NuGet\Install-Package IdentityServer4Plus -Version 8.0.19
<PackageReference Include="IdentityServer4Plus" Version="8.0.19" />
<PackageVersion Include="IdentityServer4Plus" Version="8.0.19" />
<PackageReference Include="IdentityServer4Plus" />
paket add IdentityServer4Plus --version 8.0.19
#r "nuget: IdentityServer4Plus, 8.0.19"
#:package IdentityServer4Plus@8.0.19
#addin nuget:?package=IdentityServer4Plus&version=8.0.19
#tool nuget:?package=IdentityServer4Plus&version=8.0.19
About IdentityServer4Plus
Due to the discontinuation of maintenance for Identity Server 4
and my need for it to support a higher version of .net8.0
, I downloaded it, upgraded it, and resolved some issues and warnings.
So IdentityServer4Plus
was born on this basis.
IdentityServer4Plus
is a personal maintenance project that aims to provide a certain degree of continuity for the purpose of learning and communication.
IdentityServer is a free, open source OpenID Connect and OAuth 2.0 framework for ASP.NET Core.
IdentityServer4Plus
incorporates all the protocol implementations and extensibility points needed to integrate token-based authentication, single-sign-on and API access control in your applications.
IdentityServer4Plus
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 the latest .NET Core 8.0 SDK
- Install Git
- Clone this repo
- Run
build.ps1
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 me.
Acknowledgements
IdentityServer4Plus is built using the following great open source projects and free services:
- IdentityServer4
- ASP.NET Core
- Bullseye
- SimpleExec
- MinVer
- Json.Net
- XUnit
- Fluent Assertions
- GitReleaseManager
..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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- IdentityModel (>= 7.0.0)
- IdentityServer4Plus.Storage (>= 8.0.19)
- Microsoft.AspNetCore.Authentication.OpenIdConnect (>= 8.0.19)
- Microsoft.IdentityModel.Protocols.OpenIdConnect (>= 8.13.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on IdentityServer4Plus:
Package | Downloads |
---|---|
IdentityServer4Plus.EntityFramework
EntityFramework persistence layer for IdentityServer4Plus (EntityFramework persistence layer for IdentityServer4Plus for the no longer maintaining project `identity server 4`) |
|
IdentityServer4Plus.AspNetIdentity
ASP.NET Core Identity Integration for IdentityServer4Plus (ASP.NET Core Identity Integration solution for the no longer maintaining project `identity server 4`) |
GitHub repositories
This package is not used by any popular GitHub repositories.