# IdentityServer4.Templates **Repository Path**: green01/IdentityServer4.Templates ## Basic Information - **Project Name**: IdentityServer4.Templates - **Description**: dotnet new templates for IdentityServer4 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: aspnetcore1 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-20 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # IdentityServer4.Templates dotnet new templates for IdentityServer4 1.x and .NET Core / ASP.NET Core 1.1.x ### dotnet new is4 Creates a minimal IdentityServer4 project without a UI and just one API and one client. ### dotnet new is4ui Adds the quickstart UI to the current project (can be combined with *is4*) ### dotnet new is4inmem Adds a boilerplate IdentityServer with UI, test users and sample clients and resources ## Installation 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`