Question

We are using Thinktecture IdentityServer for our applications to mange the Authentication Process. We need to configure the login page based on the requested application.

For Example if site one is calling the login page then logo1 should be displayed and if site 2 is calling the Login page then logo2 should be showed, meaning we need to configure two different login page for two different applications.

Is this possible using Thinktecture IdentityServer? If so let us know the process.

Please advice. thanks.

Was it helpful?

Solution

Here is the answer to the same question. I haven't tried customizing login page myself but it seems to me it involves light customization of IdentityServer. AccountController should be extended and new SignIn views added or existing SignIn view customized.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top