Validation URI JSP files do not work when uploaded to the secured JSP Pages section in RSA Identity Governance & Lifecycle
Originally Published: 2019-10-09
Article Number
Applies To
RSA Version/Condition: 7.1.1
Issue
In RSA Identity Governance & Lifecycle request forms, validation URIs that point to JSPs in the non-secured (external) area work as expected. However, if the validation URIs point to JSPs in the secured area, they fail to validate the input.
The example below illustrates this issue. A JSP file called numeric_validate.jsp has been created to validate that the input to a request form text field be a number. This JSP file has been uploaded to both the secure area and the external area. The request form text field has a validation URI that points to the JSP file. When the validation URI points to the JSP file uploaded to the external area, the validation occurs. When the validation URI points to the JSP file uploaded to the secure area, the validation fails.
<%
String value = request.getParameter("value");
if (!value.matches("[0-9]+")) {
out.println("Not a number!!");
}
%>
The JSP file has been uploaded to both the secure (JSP Pages) and external (External JSP Pages) areas:
A request form has been defined with a single text field.
Note that the text field has a validation URI defined that points to the JSP stored in the external area. This validation occurs correctly.
However, when the validation URI is modified to point to the JSP file stored in the secure area, the validation does not occur and the user is redirected to the home page.
Cause
Resolution
- RSA Identity Governance & Lifecycle 7.1.1 P03
- RSA Identity Governance & Lifecycle 7.2
Related Articles
How RSA Cloud Access Service Push Authentications Work (Approve and Device Biometrics) 79Number of Views RSA ID Plus Cloud Authentication Service access policy not working as expected for user immediately after attribute change 24Number of Views RSA Identity Governance and Lifecycle Access Fulfillment Express (AFX) command output parameters do not work if the attrib… 257Number of Views RSA SecurID Software Token Automation feature does not work with Cisco AnyConnect 218Number of Views Error message "Can not convert logon name: lab\\tstuser1 to UPN error: 0" during IWA authentication in RSA Access Manager 31Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.9 Release Notes (January 2026) An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?