Currently looking into Identity Server's implementation from Thinktecture and was curious does somebody tried to write his own ViewService instead of default EmbeddedAssetsViewService?
I would prefer to have something MVC based that would allow to edit the pages with Razor syntax, as mostly all my applications are ASP.NET MVC, I think it would make sense to have this possibility... don't think it should be too hard, just curious if somebody already did it and could share any experience?
I tried to Google it, but didn't find anything about this...