skoruba/IdentityServer4.Admin

Add option for Admin UI without Asp.Net Core Identity

Open

#501 创建于 2020年2月16日

在 GitHub 查看
 (4 评论) (5 反应) (1 负责人)C# (3,486 star) (1,125 fork)batch import
help wantedpriority: hightask

描述

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

贡献者指南