IdentityServer.Admin 是一个开源的 IdentityServer 和 Asp.Net Core Identity 的后台管理项目。项目使用了 .NET 6.0 和 Asp.Net Core MVC 开发。
功能全面,支持对用户,角色,客户端,访问资源进行管理, 多语言,支持中文。.


使用 dotnet CLI 安装模板:
dotnet new install Skoruba.Duende.IdentityServer.Admin.Templates::1.2.0
创建新项目:
dotnet new skoruba.is4admin --name MyProject --title MyProject --adminemail "admin@example.com" --adminpassword "Pa$$word123" --adminrole MyRole --adminclientid MyClientId --adminclientsecret MyClientSecret --dockersupport true
参数设置:
--name: [string value] 项目名
--adminpassword: [string value] 管理员密码
--adminemail: [string value] 管理员邮箱
--title: [string value] 页面标题
--adminrole: [string value] 管理员角色
--adminclientid: [string value]
--adminclientsecret: [string value]
--dockersupport: [boolean value]


安全令牌服务(STS)


https://github.com/skoruba/IdentityServer4.Admin