JSP Property

The JSP property allows you to specify a custom login page. This property can be used with the following classes:

  • PasswordClass

  • ProtectedPasswordClass

The property name is JSP and the property value is the filename of the login page you customized without the jsp extension of the file. The property value cannot contain nidp in its name.

For example, if you create a custom file named emaillogin.jsp,specify the following values. The values are case-sensitive. The property name needs to be entered as all uppercase.

Property Name: JSP

Property Value: emaillogin

If you use two methods to create a contract, set the value on one method. When the value is set on one method, it is applied to both. This property needs to be used with the MainJSP Property. For information about creating a custom login page, see Customizing the Identity Server Login Page.