IdentityServer7 2.0.5

dotnet add package IdentityServer7 --version 2.0.5
NuGet\Install-Package IdentityServer7 -Version 2.0.5
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="IdentityServer7" Version="2.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IdentityServer7 --version 2.0.5
#r "nuget: IdentityServer7, 2.0.5"
#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 IdentityServer7 as a Cake Addin
#addin nuget:?package=IdentityServer7&version=2.0.5

// Install IdentityServer7 as a Cake Tool
#tool nuget:?package=IdentityServer7&version=2.0.5

基于IdentityServer4的认证授权框架

IdentityServer4原项目已不再维护,只能自己维护升级了
原项目地址:(https://github.com/IdentityServer/IdentityServer4)
原项目文档:(https://identityserver4.readthedocs.io)

变更记录

  1. 重新整理项目结构(移除单元测试,HOST,脚本,示例等文件)
  2. 去除部分Nuget包例如MinVer,XUnit,Newtonsoft.Json等
  3. 使用System.Text.Json包代替原来Newtonsoft.Json包
  4. 更新项目基础版本为.NET7.0
  5. 重新命名项目为IdentityServer7
  6. 升级相关依赖包
  7. 重写ClaimConverter类
  8. 重写TokenExtensions中的CreateJwtPayload方法
  9. 修复升级后的相关错误
  10. 弃用已过时的方法

Acknowledgements

IdentityServer7 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 net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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 IdentityServer7:

Package Downloads
IdentityServer7.AspNet

ASP.NET Core Identity Integration for IdentityServer7

IdentityServer7.EntityFrameworkCore

EntityFramework persistence layer for IdentityServer7

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.5 187 4/24/2023
2.0.4 230 3/22/2023
2.0.0 239 12/22/2022

IdentityServer7