skoruba / IdentityServer4.Admin

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

Posibility of using Admin as IdentityServer Area page #133

Open pkozak2 opened 5 years ago

pkozak2 commented 5 years ago

It is possible to set Admin.UI as part of identityServer UI in separated Area for Admin role? Creating Admin app as separated client is not comfortable in my case - I need merge this two projects into one. How can I do this? I have existing IS4 instance.

skoruba commented 5 years ago

@pkozak2 It's a great idea. I will create a razor class library for this purpose, but in the future. :) Thank you.