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)
