Skip to content

The administration for the Duende IdentityServer and Asp.Net Core Identity for Phoesion Glow

License

Notifications You must be signed in to change notification settings

Phoesion/Skoruba-Duende.IdentityServer-Admin

 
 

Repository files navigation

Phoesion.Glow.Skoruba.Duende.IdentityServer.Admin

The administration for the Duende IdentityServer and Asp.Net Core Identity

Installation via dotnet new template

  • Install the dotnet new template:

  • 🔒 NOTE: The project uses the default database migrations that affect your database, therefore double-check the migrations according to your database provider and create a database backup

dotnet new install Phoesion.Glow.Skoruba.Duende.IdentityServer.Admin.Templates::2.0.0

Create new project:

dotnet new phoesion.glow.skoruba.duende.isadmin --name MyProject --title MyProject --adminemail "[email protected]" --adminpassword "Pa$$word123" --adminrole MyRole --adminclientid MyClientId --adminclientsecret MyClientSecret --dockersupport false

Project template options:

--name: [string value] for project name
--adminpassword: [string value] admin password
--adminemail: [string value] admin email
--title: [string value] for title and footer of the administration in UI
--adminrole: [string value] for name of admin role, that is used to authorize the administration
--adminclientid: [string value] for client name, that is used in the Duende IdentityServer configuration for admin client
--adminclientsecret: [string value] for client secret, that is used in the Duende IdentityServer configuration for admin client
--dockersupport: [boolean value] include docker support

About

The administration for the Duende IdentityServer and Asp.Net Core Identity for Phoesion Glow

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 83.0%
  • HTML 11.0%
  • JavaScript 3.3%
  • CSS 0.9%
  • PowerShell 0.7%
  • Dockerfile 0.6%
  • SCSS 0.5%