This guide explains how to configure OAuth settings for ABBYY FlexiCapture 12.0 using the Windows Registry Editor. These settings are used during Image Import Profile configuration.
Steps to Configure
1. Open Registry Editor
- On the local Windows machine where Project Setup Station is installed:
- Press Win + R, type regedit, and press Enter.
- Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\ABBYY\FlexiCapture\12.0
2. Create and Add Registry Entries
- If the OAuthProviders key is not present, create it manually under:
HKEY_LOCAL_MACHINE\SOFTWARE\ABBYY\FlexiCapture\12.0 -
Then, add the following Values inside the OAuthProviders key:
Name TYPE Value RedirectUrl REG_SZ https://go.abbyy.com/OAuth2Redirect RedirectPort REG_DWORD 32023 💡You may replace these values with your own custom redirect URL and port if needed.
3. Restart Project Setup Station
- After updating the registry, restart the Project Setup Station to apply for the changes.
Image Import Profile Behavior
- If registry values are present:
- FlexiCapture will use the RedirectUrl and RedirectPort from the registry.
- If registry values are not present:
- FlexiCapture will use the default values:
-
RedirectUrl =https://go.abbyy.com/OAuth2Redirect -
RedirectPort = 32023
-
- FlexiCapture will use the default values:
Troubleshooting Tips
- Ensure you have administrator privileges to edit the registry.
- Always backup the registry before making changes.
- If changes don’t take effect, verify:
- Registry path is correct.
- Values are properly entered.