SecureAuth IdP Version Affected: 9.0.2 and higher
Description:
How to test the threat service.
Cause:
The realm can have IP address debug mode enabled which allows IP addresses to be spoofed for testing purposes.
Resolution:
1. Decrypt the web.config for the realm
2. 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>
3. To perform the testing add the query string ?DebugIP= together with the IP you want to spoof e.g.: https://idp.fqdn.com/SecureAuth#/?DebugIP=11.22.33.44
4. Remove the add key values after testing.
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.