customer observed form Forensic Summary reports or audit log that proxy server's IP address are logged for every request
For standalone model of the system, you need to configure the file, config-clientenv.xml, in WEB-INF/CLASSES folder. The file defines the pointer and parameter for your application server. The settings are:
Default URL - the default URL for your application server and is used to post the password page. This page can also redirect the user to other bank actions, like maintenance, cancel actions, etc. This URL is used as a backup for the return URL location sent with the cookie.
<entry key="default">
<value>http://d3.passmarksecurity.com/largebank_client/
resultDispatcherAction.do</value>
</entry>
Note: This URL can be defined as part of the command token (request message) between the System and your application server; however, if the URL is missing in the API, then this default URL is used instead.
URL for Errors - the URL to go to upon error detection.
<entry key="error">
<value>http://d3.passmarksecurity.com/largebank_client/
Error.jsp</value>
</entry>
Reverse Proxies - if you are using a reverse proxy in the middle, the RSA server collects the IP addresses from the x-forwarded-for, rather than from ??RequestedRemoteAddr
<!-- list of trusted proxy IPs -->
<bean id="com.passmarksecurity.utils.HttpUtils" class="com.passmarksecurity.utils.HttpUtils">
<property name="trustedProxiList">
<list>
<value>127.0.0.1</value>
<value>xx.xx.xx.xx</value>
</list>
</property>
</bean>
For webservices model, add following entries in c-application-context.xml
<bean class="com.passmarksecurity.utils.RemoteAddrUtils" id="com.passmarksecurity.utils.RemoteAddrUtils">
<property name="trustedProxyList">
<list/>
</property>
</bean>
Related Articles
When starting the RSA Via Lifecycle and Governance Host Controller of a cluster: ERROR [org.jboss.msc.service.fail] (MSC … 165Number of Views How to resolve an ORA-30036 UNDO Tablespace error in RSA Identity Governance & Lifecycle 541Number of Views Unable to load form fields when using a form element of control type "Drop Down with Web Service" in RSA Identity Governan… 80Number of Views Tokens distributed using CT-KIP URL used to be imported in SecurID Authenticator 6.x for Windows are sent with activation … 150Number of Views Critical System Event Types 70Number of Views
Trending Articles
Troubleshooting RSA SecurID Access Identity Router to RSA Authentication Manager test connection failures RSA SecurID Software Token 5.0.2 Downloads for Microsoft Windows RSA Authentication Manager 8.9 Release Notes (January 2026) Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.8 Setup and Configuration Guide