How to return data in a Web Services sign-in request to indicate if the user is coming from a Foreign IP address?
Originally Published: 2008-04-28
Article Number
Applies To
Issue
Resolution
To retrieve the Foreign IP status a "ClientFact" needs to be added to the request. This can be accomplished by modifying the "dataValid" rule in a given "drl" file. When added to this rule the following code will add a FOREIGN_IP Fact to the EventRiskFacts Array returned in the SOAP request.
ClientFactImpl foreignIpFact = new ClientFactImpl("FOREIGN_IP", String.valueOf(output.isForeignIP()));
outcome.add(foreignIpFact);
The above code must be added after the following line:
AuthRiskResult output = (AuthRiskResult)result.getValue();
Notes
Related Articles
RSA ACE/Server RADIUS authentication fails when coming from Cisco Router 26Number of Views RSA Authentication Manager 8.4 responds to authentication requests coming from RSA Authentication Agent 2.0 for Active Dir… 36Number of Views Issue with request form date calendar widget not coming up when the language is set to Thai in RSA Identity Governance & L… 32Number of Views Coming Soon: Label Modification on RSA SID700 Hardware Authenticator 56Number of Views Coming Soon: RSA Authenticator 4.7 for iOS and Android 26Number 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
Don't see what you're looking for?