Open Closed

How to customize IdentityServer login page #2889


User avatar
0
andmattia created

Hi

we need to change the schema color and other staff on Login Page provided from Identity Server.

How can do that?


3 Answer(s)
  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    Hi, you can override any page provided by ABP modules easily. You can simply override any page/class by creating the same file under the same path.

    You can read the ASP.NET Core (MVC / Razor Pages) User Interface Customization Guide to learn more.

    Also, there is a complete example to show how you can override the Login Page. You can check it here.

  • User Avatar
    0
    andmattia created

    Hi

    thanks for your suggestion but it cover only the login form. I need to customize backgroud, logo and other staff

  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    Also, there are some community articles to show how you can replace the current template with a new one. There might be helpful for you.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11