Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change design of Identity server V3 login page

I've downloaded the following example:

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

How can i change design of login page?

like image 310
progproger Avatar asked Sep 15 '15 14:09

progproger


1 Answers

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.

like image 87
Scott Brady Avatar answered Oct 31 '22 16:10

Scott Brady