Version Affected: 9.3 / 19.07+
Overview
This article explains how to disable the SecureAuth User Risk score for a specific realm in the New Experience, when using a third-party User Risk Score provider instead. This option is not available in the New Experience GUI, so it must be set directly in a configuration file.
- In SecureAuth Web.config, switch to Classic Experience.
- In the Classic Experience console, click Tools, then click Decrypt web.config.
- Decrypt AnalyzeApi.
- Back up D:\SecureAuth\AnalyzeApi\web.config.
- Open the AnalyzeApi web.config file.
- Search for a key named RiskSwitch_Realm<realm number>_Provider1, where <realm number> is the number of the realm for which you want to disable the SecureAuth User Risk score.
- If the key exists, change its value to False. If it doesn't exist, add it inside the <appSettings> section:
<add key="RiskSwitch_Realm<realm number>_Provider1" value="False" /> - Save the file.
The screenshot below shows the added key placed just above the closing </appSettings> tag.
This disables the SecureAuth User Risk score for that realm.
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.