How to change the default Login UI template of Identity Server 4 based on my preferences?.
What steps should I do to implement my desired design with Identity Server 4.
Any links that tells how to customize/cofigure the template will help.
I am having a hard time to implement my design onto it. I am thinking to create angular 2+ login page with restful services on identity server 4 but it was not recommended because of security purposes.
I don't have good knowledge of Identity server in ASP.NET Core, but I found this link http://www.identityserver.com/documentation/admin-ui/configuration-integration/configuring-adminui/
Which says you can define
You can find it in
Another one which may help
https://leastprivilege.com/2017/10/28/templates-for-identityserver4-v2/
Similar question asked here https://stackoverflow.com/questions/35795394/identityserver3-custom-login-and-registration-screen
Says, "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 customIViewService
.
Another link which explained Angular 2 Open Id integration https://damienbod.com/2016/03/02/angular2-openid-connect-implicit-flow-with-identityserver4/
http://estynedwards.com/blog/2016/01/30/ServiceStack-IdentityServer-Angular/
Hope it helps
Subscribe to our weekly Newsletter & Keep getting latest article/questions in your inbox weekly