skoruba/IdentityServer4.Admin

Add option for Admin UI without Asp.Net Core Identity

Open

#501 aberto em 16 de fev. de 2020

Ver no GitHub
 (4 comments) (5 reactions) (1 assignee)C# (1.125 forks)batch import
help wantedpriority: hightask

Métricas do repositório

Stars
 (3.486 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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

Guia do colaborador