- Set up an External Identity Provider
- Creating, configuring, and deleting a Public API client
- Authentication
Activity properties
Connection Settings
Proxy Settings (optional)
Public API Client Settings (optional)
Manage credentials
Set the Vantage user password, proxy password, and Client Secret in the Vantage Scope activity. Use either a string parameter or the correspondingSecureString parameter.
A password of type String is stored as plain text in the XAML project file, which is not safe. Use a String password only when configuring the Use Skill and Map Fields activities to obtain the list of skills, or for debugging your UiPath process. Once the process is fully configured:
- If you use Resource Owner Password Credentials Flow, remove the Password property from the Vantage Scope activity and set up the Secure Password property.
- If you use Client Credentials Flow, remove the Client Secret property from the Vantage Scope activity and set up the Secure Client Secret property.
Configure the Vantage Public API client
When you create a client in ABBYY Vantage, configure the OAuth 2.0 Flows Settings section for the grant type you use:
For more information about ABBYY Vantage roles, see Role-based access control.
Fill in the activity fields
If all the properties in the Vantage Public API Client Settings are empty, the default ABBYY Vantage client is used.
Resource Owner Password Credentials Flow
The following fields are required for this flow.
Client Credentials Flow
The following fields are required for this flow.
Configure proxy settings
You can configure connector requests at runtime to go through a proxy server. The following proxy authentication types are supported: Basic, NTLM, IP authentication, and transparent proxy. To use a proxy, select the Vantage Scope activity. In the Proxy Settings (optional) properties group, set the Enable Proxy property totrue. Then specify your proxy server address in the Server URL property.
