Creating an External User Client Login Page

A new logon.jsp must be created for an external user application.The Social Program Management Platform ships with a default login page, logon.jsp , located in the lib/curam/web/jsp directory of the CDEJ (Client Development Environment for Java). This file should be copied to a webclient/components/<custom component>/WebContent folder in the web client application and modified as follows:

The table element should be extended to include a hidden input field user_type:

<input type="hidden" name="user_type"
          value="EXTERNAL"/>

Where EXTERNAL indicates the type of external user. This can be set to any value, excluding INTERNAL.