SDK: Custom Login Page
  • 10 Mar 2022
  • 1 Minute to read
  • Dark
    Light

SDK: Custom Login Page

  • Dark
    Light

Article Summary

Overview

Create a Custom Login Page for styling and design utilizing the SDK. 

Prerequisite


Example

  1. Create a new ASP.NET Core Web App(MVC project).
  2. Create a Controller and use the “ICustomLoginPageProvider” interface.
  3. Compile the project.
  4. Navigate to the module.build.xml add two dll references:
    • Decisions.CustomLogin.Web.dll
    • Decisions.CustomLogin.Web.Views.dll
  5. Build the module zip folder and place it in the Program Files > Decisions > Decisions Server > Custom Modules folder.

  6. Within Decisions, navigate to the MyApps folder, select Modules. Find the custom module, select DETAILS, then select INSTALL.

  7. Open Services and restart the Decisions Server.
  8. Log out of Decisions to navigate to the Login Page to see the changes made. To make additional changes and update the new Custom Login Module please refer to the Building a Module article.

Was this article helpful?