1

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...

Mr. Pumpkin
  • 6,212
  • 6
  • 44
  • 60

1 Answers1

4

The github issue tracker is really the best place to directly connect with us.

And no - we don't support Razor - because IdSrv is not based on MVC - it is all Web API. We made that decision to suport single dll deployment and self hosting.

When MVC6 is available we will add razor support.

leastprivilege
  • 18,196
  • 1
  • 34
  • 50
  • thanks for the answer... I understand the reasons why you do not currently provide Razor's support... I already finished my implementation and probably will publish the answer here as soon as finish other minor things. Probably somebody will find it useful while the general solution is not available. – Mr. Pumpkin Aug 25 '14 at 15:21
  • 2
    Alex, can you please post your implementation, if you have finished. – user3731783 Jan 23 '15 at 22:53