skoruba / IdentityServer4.Admin

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

Extensible STS with Razor pages #294

Open Brice-xCIT opened 5 years ago

Brice-xCIT commented 5 years ago

Similarly to what we did on #225 and #263, I believe the STS project should be converted to a Razor Class Library so that it could be easy 1) to plugin the STS into an existing IS setup, instead of the quickstarts provided by IS, and 2) to extend or override the page behavior with custom logic and presentation.

An additional .App project could be provided for users who only want to deploy the stock behavior.

skoruba commented 5 years ago

Great idea @Brice-xCIT - I will do it later.