Skip to content

The administration for the IdentityServer4 and Asp.Net Core Identity that Support .Net 8 and latest sdk

License

Notifications You must be signed in to change notification settings

iamshen/Reborn.IdentityServer4.Admin

Repository files navigation

Reborn.IdentityServer4.Admin

CI NuGet NuGet

The administration for the IdentityServer4 and Asp.Net Core Identity
The application is written in the Asp.Net Core MVC - using .NET 9

QuickStart

Requirements

Installation via dotnet new template

# 安装/更新
dotnet new install Reborn.IdentityServer4.Admin.Templates
# 卸载
dotnet new uninstall Reborn.IdentityServer4.Admin.Templates

Create new project:

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

Note

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.

About

The administration for the IdentityServer4 and Asp.Net Core Identity that Support .Net 8 and latest sdk

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •