Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IdentityServer3 - Custom Login and Registration Screen

We are planning to integrate the identity server 3.

We have our own login page which has following:

  1. Login section
  2. Account Registration Section,

Is it possible to have a custom login page for identity-server authentication which will have above sections

like image 244
Dhananjay Suryawanshi Avatar asked Mar 04 '16 11:03

Dhananjay Suryawanshi


1 Answers

Yes, it is possible, see the documentation on customizing views

The views in IdentityServer can be customized in one of two ways: 1) Customize the HTML templates provided by the DefaultViewService, or if more control is needed 2) define a custom IViewService

like image 182
lgaud Avatar answered Sep 23 '22 14:09

lgaud