Before applying an External Identity Provider to your tenant, test your parameters to confirm Vantage can authenticate through it.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
Test an External Identity Provider
Open the test-challenge URL in your browser
Use the URL shape that matches your protocol, filling in the parameters from the Parameters reference below. For fully composed examples, see Sample links.OAuth 2.0:SAML 2.0:
Authenticate with the External Identity Provider
Enter your credentials on the Identity Provider’s sign-in page.
Check the result
One of three things happens:
- Success with a
returnUrl— Vantage redirects you to the URL specified inreturnUrl. The address bar shows the authenticated user’s username and email. - Success without a
returnUrl— Vantage redirects you back to the page you opened the test link from. - Failure — An authentication error appears on the Identity Provider’s sign-in page. Check your parameters and run the test again.
Parameters
| Parameter | Required for | Description |
|---|---|---|
settings | OAuth 2.0, SAML 2.0 | JSON describing the External Identity Provider. Shape varies by protocol — see below. |
returnUrl | OAuth 2.0, SAML 2.0 | The URL Vantage redirects to after a successful test. For testing, use any Vantage endpoint like /skills. The URL root is embedded automatically. |
tenantId | SAML 2.0 only | The Vantage tenant identifier used for authentication. |
settings for OAuth 2.0
| Field | Description |
|---|---|
Kind | AzureActiveDirectoryOidc or OnPremiseActiveDirectoryOidc |
Settings.Authority | URL of the External Identity Provider |
Settings.ClientId | Client ID of the Identity Provider |
settings for SAML 2.0
| Field | Description |
|---|---|
Kind | Saml2 |
Settings.MetadataUri | URL of the Federation Metadata document |
Settings.OwnEntityId | Application ID URI in the form api://<appId> |
Sample links
Sample link (OAuth 2.0)
Sample link (OAuth 2.0)
Sample link (SAML 2.0)
Sample link (SAML 2.0)
Related topics
Setting up an External Identity Provider
Overview of OAuth 2.0 and SAML 2.0 provider setup
Setting up an External Identity Provider for a tenant
Apply the External Identity Provider to your tenant
Configuring an OAuth 2.0 External Identity Provider
AD FS or Azure AD with OAuth 2.0
Configuring a SAML 2.0 External Identity Provider
AD FS or Azure AD with SAML 2.0
