Skip to main content
Each tenant in Vantage has its own unique URL to the login page for authorization in Vantage.

Finding the Login URL

To find the login URL of a tenant, follow these steps:
  1. In Vantage, click the Configuration tab in the left pane.
  2. Click General and navigate to the Login URL.

Login URL Formats

The URL can be composed in the following format: vantage.com/login/<tenantName>. When using such a link, on the Vantage login page, the user needs to enter the email of the tenant for which the login will be performed. If the user is registered in multiple tenants, then they can compose the URL using the name of a tenant and the email of the user in that tenant: vantage.com/login/<tenantName>?login_hint=<email>.

Authentication Rules with Login URL

In this case, authentication using the login URL works according to the following rules:
  • If no External Identity Provider is configured for the tenant and the email is specified in the login_hint parameter, the user will immediately be prompted for a password.
  • If no External Identity Provider is configured for the tenant and the email is not specified in the login_hint parameter, the user is first be prompted for an email of the tenant for which the login will be performed and then for a password as well.
  • If an External Identity Provider is configured for the tenant, the user is redirected to the login page of the Identity Provider. In this case, having an email address specified in the login_hint parameter speeds up authentication, and the user is only be prompted for the password. Otherwise, the user also needs to enter an email and then a password on the login page of the Identity Provider.