How to Recover from Admin Console Lockout After Enabling Windows Authentication
Issue
How to Recover from Admin Console Lockout After Enabling Windows Authentication
Solution
Follow these steps to reset Insight authentication for Admin console.
1. Backup Program Files\Kofax\Insight x.x.x\HtmlInsight\View\web.config.
2. Verify that the key PreventConfigChange is True under the <appSettings> section. If not, add the following:
<add key="PreventConfigChange"value="true"/>
3. Change the following two sections as shown below:
<authorization>
<allow users="*" />
</authorization>
<authentication mode="None">
4. Save the file.
5. Edit Program Files\Kofax\Insight x.x.x\WcfDataService\Web.config as follows:
<add key="Insight.DataService.TryInsightUsers is True
6. Save the file.
7. Restart IIS (IISReset) and verify that you are able to login using Insight's Administrator account.
Level of Complexity
Easy
Applies to
Product | Version | Build | Environment | Hardware |
---|---|---|---|---|
Insight |
6.x 5.x |