skoruba/IdentityServer4.Admin

Add option for Admin UI without Asp.Net Core Identity

Open

#501 opened on Feb 16, 2020

View on GitHub
 (4 comments) (5 reactions) (1 assignee)C# (3,486 stars) (1,125 forks)batch import
help wantedpriority: hightask

Description

I am wondering how to modify the solution for use case if it is not required to use Asp.Net Core Identity. From my point of view is possible to do these things:

  • Add some configuration parameters into appsettings.json and hide all functionalities which are related to Asp.Net Core Identity

  • Create some variables which will be used during creation of solution via command -dotnet new template and regarding theses variables all related files will be removed (#79)

This use case of excluding of Asp.Net Core Identity requires redesign seeding mechanism for database as well, because it is not necessary to create tables for Identity in case if it is not used.

Feedback for this modification is really welcome. 👍🏼

Thanks

Contributor guide