Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option for Admin UI without Asp.Net Core Identity #501

Open
skoruba opened this issue Feb 16, 2020 · 4 comments
Open

Add option for Admin UI without Asp.Net Core Identity #501

skoruba opened this issue Feb 16, 2020 · 4 comments
Assignees
Labels
help wanted Extra attention is needed priority: high task Task

Comments

@skoruba
Copy link
Owner

skoruba commented Feb 16, 2020

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 (Add flag for exluding Asp.Net Core Identity from dotnet new template #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

@skoruba skoruba added help wanted Extra attention is needed task Task priority: high labels Feb 16, 2020
@skoruba skoruba self-assigned this Feb 16, 2020
@skoruba skoruba pinned this issue Feb 16, 2020
@spaasis
Copy link
Contributor

spaasis commented Feb 24, 2020

This would be a great addition! We'd be interested in implementing this Admin UI but only plan on using it for external identity providers, so internal user management is unnecessary for our use case.

@BinGuoGuo
Copy link

Is there any update on this feature.
We have an independ user repository,and I think we just need an admin interface to manager it.

@richieto
Copy link

We are also looking at using this UI but we only need the IdentityServer. Any update?

I think for most of the people looking for this scenario is because they already have an implementation that they would benefit to add a UI on top of. So I would say, drop the seeding considerations. If anyone needs that (starting from scratch without ASP Identity), they could get the quickstart directly from IdentityServer.
So looking at your backlog I think this one and #55 should be considered under the same scope

@skoruba
Copy link
Owner Author

skoruba commented Aug 20, 2020

@richieto - I will do it, but later, I do not have a time for this feature now.
I will put all my free time for updating IS4 to version 4.

The PR for this issue is welcome fore sure. 😊

Thank you for your interest and I hope that somebody will help. 👍

@skoruba skoruba unpinned this issue Dec 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed priority: high task Task
Projects
None yet
Development

No branches or pull requests

4 participants