You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2026. It is now read-only.
I'm wondering if it is possible to change the structure of this project to two different projects(or nuget packages would be better).
IdentityServer4.Admin
this project will register all operations to a specific endpoint(like "/identity-server-admin") as a rest api.
IdentityServer4.Admin.UI
this project will register all default page to a specific endpoint(like "/identity-server-admin-ui") and it would be possible to inject some css or js or something.
Just like what swagger&swagger-ui has done.
Besides, thanks for your huge efforts for this repo.
I'm wondering if it is possible to change the structure of this project to two different projects(or nuget packages would be better).
IdentityServer4.Admin
this project will register all operations to a specific endpoint(like "/identity-server-admin") as a rest api.
IdentityServer4.Admin.UI
this project will register all default page to a specific endpoint(like "/identity-server-admin-ui") and it would be possible to inject some css or js or something.
Just like what swagger&swagger-ui has done.
Besides, thanks for your huge efforts for this repo.