Many of the .jsp files in this category can be modified to help you modify the messages that appear to users in the OpenAM console. Standard messages for most of these endpoints can be found in the amAuth.properties and amAuthUI.properties files. You'll find the endpoints in this subsection in the config/auth/default subdirectory.
account_expired.jsp
-
Specifies an error page for account expiration. The message displayed to the user can be modified in the amAuthUI.properties file.
authException.jsp
-
Option to Exception.jsp; called if there is an existing resource bundle, as specified in AuthExceptionViewBean.java.
auth_error_template.jsp
-
Specifies an error page for authentication errors. The message displayed to the user can be modified in the amAuthUI.properties file.
disclaimer.jsp
-
Associated with the self-registration module, which can be configured in the OpenAM Console, under Access Control > Realm Name > Authentication > Module Instances. The default disclaimer is associated with the disclaimer.notice parameter, defined in the amAuthUI.properties file.
disclaimerDeclined.jsp
-
Associated with the self-registration module, which can be configured in the OpenAM Console, under Access Control > Realm Name > Authentication > Module Instances. The default disclaimer_denied message is associated with the disclaimer.declined parameter, defined in the amAuthUI.properties file.
Exception.jsp
-
Includes the following error message: "Authentication Service is not initialized." Cited by several other .java files in the code, so it should not be removed in a secure deployment..
invalidAuthlevel.jsp
-
Used to specify an issue with the authentication level. The default invalidauthlevel and contactadmin messages can be redefined in the amAuthUI.properties file.
invalidPCookieUserID.jsp
-
Notes a problem with a specified user name for a cookie, which presumably does not exist in the relevant domain. The default cookie.notpersistent and contactadmin messages can be modified in the amAuthUI.properties file.
invalid_domain.jsp
-
Displays a "No such Organization found" message when a domain is not defined in the OpenAM database. Refers to the nosuch.domain parameter in the amAuthUI.properties file.
login_denied.jsp
-
Defines the response of OpenAM to a user who enters an undefined profile. Uses the userhasnosuchprofile.org and contactadmin parameters in the amAuthUI.properties file.
login_failed_template.jsp
-
Provides a message in the event of a login failure. The message uses the auth.failed parameter in the amAuthUI.properties file.
Login.jsp
-
Specifies a regular authentication template. As noted in the Administration Guide entry on Securing OpenAM Administration, the Login.jsp file may be customized for different deployments.
Logout.jsp
-
The Logout.jsp file may also be customized for different deployments.
maxSessions.jsp
-
Specifies the message given to users when the number of sessions has hit the preconfigured limit. The default is 5000, defined in the OpenAM console under Configuration > Servers and Sites > Default Server Settings > Session. The message uses the session.max.limit parameter defined in the amAuthUI.properties file.
membership.jsp
-
Specifies information for the page associated with the self-registration module.
Message.jsp
-
Calls text messages related to the authentication process.
module_denied.jsp
-
Includes a message to a target user that he does not have access to a specified module. The message uses the authmodule.denied parameter defined in the amAuthUI.properties file..
module_template.jsp
-
Adds a page which can be used to help customize appropriate modules.
new_org.jsp
-
Includes a warning when a user is trying to access a different realm. The message uses the newOrg.agree parameter, as defined in the amAuthUI.properties file.
noConfig.jsp
-
Specifies the lack of a defined configuration module. The message uses the noconfig.found parameter, defined in the amAuthUI.properties file.
OAuthActivate.jsp
-
Shows a default template for entering an activation code. Used by OAuth.xml for password changes. As this file is not configured for OAuth2, the file is deprecated and may be removed from a future release.
OAuthPwd.jsp
-
Displays a password change screen, with an option for terms and conditions of service. As this file is not configured for OAuth2, it is deprecated and may be removed from a future release.
org_inactive.jsp
-
Transmits the message that the target organization is not active in the OpenAM database.
profileError.jsp
-
Specifies the message that is sent when there's a failure in the use of the self-registration module. Associated with the profile.error parameter, defined in the amAuthUI.properties file.
Redirect.jsp
-
Notes a file used by other code to redirect users for events such as login failures.
register.jsp
-
Identifies the page with the self-registration template.
session_timeout.jsp
-
Adds a message to a user when a session has gone past its allocated login time. Uses the session.timeout parameter, defined in the amAuthUI.properties file.
userDenied.jsp
-
Associated with role-based authentication. Tells a user when the required role has not been configured for that user. Message defined by the user.not.inrole parameter, defined in the amAuthUI.prooperties file.
user_inactive.jsp
-
Identifies a message sent to a user that is not currently active in the database. Message defined by the usernot.active parameter, as shown in the amAuthUI.properties file.