skoruba / IdentityServer4.Admin

The administration for the IdentityServer4 and Asp.Net Core Identity
MIT License
3.56k stars 1.15k forks source link

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

Open skoruba opened 4 years ago

skoruba commented 4 years ago

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:

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

spaasis commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

@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. 👍