Change design of Identity server V3 login page

progproger picture progproger · Sep 15, 2015 · Viewed 8.4k times · Source

I've downloaded the following example:

https://identityserver.github.io/Documentation/docs/overview/mvcGettingStarted.html

How can i change design of login page?

Answer

Scott Brady picture Scott Brady · Sep 15, 2015

You edit the login page for IdentityServer using an implementation of IViewService.

You can find details of how to do this in the official documentation.