Version Affected: 9.0.2 and later
Overview
This article explains how to debug and verify Adaptive Authentication's threat service by spoofing a client IP address for testing purposes, using the realm's IP address debug mode.
Enable and Use IP Address Debug Mode
- Decrypt the web.config for the realm.
- Open the web.config in a text editor and add the following add key values between the appSettings tags, then save:
<appSettings>
<add key="EndUserIPDebug" value="True" />
<add key="AEDebug" value="true" />
...
</appSettings>- To perform the test, append the query string ?DebugIP= together with the IP address you want to spoof, for example:
https://idp.fqdn.com/SecureAuth#/?DebugIP=11.22.33.44
- Remove the add key values from the web.config after testing, to avoid leaving this debug capability enabled.
SecureAuth Knowledge Base Articles provide information based on specific use cases and may not apply to all appliances or configurations. Be advised that these instructions could cause harm to the environment if not followed correctly or if they do not apply to the current use case.
Customers are responsible for their own due diligence prior to utilizing this information and agree that SecureAuth is not liable for any issues caused by misconfiguration directly or indirectly related to SecureAuth products.
Comments
Please sign in to leave a comment.