Each tenant in Vantage has a unique URL that takes users directly to that tenant’s sign-in page. Use a tenant login URL to skip the cross-tenant email lookup and send users straight to the right tenant.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.
Finding the tenant login URL
URL formats
A tenant login URL takes one of two forms:| Format | Purpose |
|---|---|
vantage.com/login/<tenantName> | Send the user to the tenant’s sign-in page. The user enters their email on arrival. |
vantage.com/login/<tenantName>?login_hint=<email> | Pre-fill the user’s email so they go straight to the password screen (or to the External Identity Provider). Useful when the user is registered in multiple tenants. |
Authentication behavior
How the login URL behaves depends on whether an External Identity Provider is configured for the tenant and whether the URL includes alogin_hint parameter:
| External Identity Provider | login_hint included | What the user sees |
|---|---|---|
| Not configured | No | Prompted for email, then password |
| Not configured | Yes | Prompted for password only |
| Configured | No | Redirected to the Identity Provider; enters email and password there |
| Configured | Yes | Redirected to the Identity Provider; enters password only |
Related topics
Authentication
Sign-in flows and OAuth 2.0 / SAML 2.0 options
Associated email domains
Allow users from specific email domains to sign in
Setting up an External Identity Provider
Overview of OAuth 2.0 and SAML 2.0 provider setup
