By default, users and groups are imported and synced in one Active Directory domain. If a group being imported contains users from another subdomain, make sure to specify the address of the domain’s controller in the following format: GC://<address>.
You can replace a portion of the name with an asterisk.
- When accessing FlexiCapture stations, users must select Windows authentication.
- When accessing web stations, users must specify station addresses in the following format: https://<ApplicationServer>/FlexiCapture12/<Station>/WinAuth, where <ApplicationServer> is the name of the computer on which the Application Server is installed and <Station> is the web station that the user wants to access.
Using FlexiCapture authentication
Using FlexiCapture authentication
If you need to use FlexiCapture authentication for a user imported from the Active Directory, the administrators and the user must complete these steps:
- The administrator must click the user’s login and on the page where roles and permissions are specified, click the RESET PASSWORD button, and specify “password” as a temporary password for the user.
Note: If the RESET PASSWORD button is not available on the roles and permissions page, this means that the user has already been issued with a temporary password. - The user must now log in to ABBYY FlexiCapture and change their password.
- When accessing a ABBYY FlexiCapture station, the user must select server authentication. When accessing a web station, the user must specify the address of the station in the following format: https://<ApplicationServer>/FlexiCapture12/<Station>, where <ApplicationServer> is the name of the computer on which the Application Server is installed and <Station> is the web station that the user wants to access.
Using the Active Directory to manage ABBYY FlexiCapture groups
You can synchronize the groups in ABBYY FlexiCapture with the groups in the Active Directory by clicking the Synchronize all groups button. In this manner, you can manage ABBYY FlexiCapture groups via the Active Directory.Synchronizing groups and user accounts using a POST request
Synchronizing groups and user accounts using a POST request
You can synchronize groups of FlexiCapture accounts with Active Directory without using the interface. For example, this approach can be applied if you need to perform synchronization automatically on schedule.To do this, send the following request:Be sure to specify required parameters:
- Server – Active Directory domain name
- Iswindowsauthentication – Windows authentication on a Active Directory server
- UserName – user name to connect to Active Directory
Note: This parameter is not applied if IsWindowsAuthentication=true - Password – user password
Note: This parameter is not applied if IsWindowsAuthentication=true - SearchGroups – group search
- SearchGroupsUsers – allows to search for users in groups
- SearchSubGroups – allows to search for subgroups in groups
- Query – search bar to search for groups and users in Active Directory
