IdentityServer4原项目已不再维护,只能自己维护升级了
原项目地址:(https://github.com/IdentityServer/IdentityServer4)
原项目文档:(https://identityserver4.readthedocs.io)
- 重新整理项目结构(移除单元测试,HOST,脚本,示例等文件)
- 去除部分Nuget包例如MinVer,XUnit,Newtonsoft.Json等
- 使用System.Text.Json包代替原来Newtonsoft.Json包
- 更新项目基础版本为.NET7.0
- 重新命名项目为IdentityServer7
- 升级相关依赖包
- 重写ClaimConverter类
- 重写TokenExtensions中的CreateJwtPayload方法
- 修复升级后的相关错误
IdentityServer7 is built using the following great open source projects and free services:
- ASP.NET Core
- Bullseye
- SimpleExec
- MinVer
- Json.Net
- XUnit
- Fluent Assertions
- GitReleaseManager
- IdentityServer4
..and last but not least a big thanks to all our contributors!