The administration for the IdentityServer4 and Asp.Net Core Identity
The application is written in the Asp.Net Core MVC - using .NET 9
- Install the latest .NET 9 SDK
# 安装/更新
dotnet new install Reborn.IdentityServer4.Admin.Templates
# 卸载
dotnet new uninstall Reborn.IdentityServer4.Admin.Templates
new solution
dotnet new reborn.is4admin --name SampleIds4.Admin --title "Sample IdentityServer4 Admin" --adminrole Administrator --adminclientid sample_identity_admin --adminclientsecret sample_admin_client_secret --force
options:
--name: [string value] The project name
--title: [string value] The title and footer of the administration
--adminrole: [string value] The name of admin role, that is used to authorize the
--adminclientid: [string value] The name of client, that is be used in the IdentityServer4
--adminclientsecret: [string value] The value of client secret, that is be used in the IdentityServer4
This project, modified by iamshen from IdentityServer4.Admin, has been upgraded to .NET 9.
The project also references Reborn.IdentityServer4, which also supports .NET 9.