dotnet new templates for IdentityServer4
Creates a minimal IdentityServer4 project without a UI and just one API and one client.
Adds the quickstart UI to the current project (can be combined with is4)
Adds a boilerplate IdentityServer with UI, test users and sample clients and resources
Install with:
dotnet new -i identityserver4.templates::*
If you need to set back your dotnet new list to "factory defaults", use this command:
dotnet new --debug:reinit