skoruba / IdentityServer4.Admin

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

Mdify pages inside admin ui library #987

Open farshid3003 opened 2 years ago

farshid3003 commented 2 years ago

Is it possible to modify some pages in the admin UI?

after moving admin UI to a nugget package, it is not possible to change them. I am implementing some multi-tenant for one of my projects and I need to add some fields. it should let me override pages in the admin project.

krifalk commented 2 years ago

Just download the Skoruba.IdentityServer4.Admin.UI project from the repository and add it to your solution, changing the reference from Nuget to a project reference. https://github.com/skoruba/IdentityServer4.Admin/tree/master/src

farshid3003 commented 2 years ago

I just thought we might add some feature that lets us override some views or controllers or add some plugins or add-ons for admin.