HTTP POST Service Account + Impersonation
Creates a Single Sign On (SSO) URL to VOCUS that contains an expiring security token asserting a user account's identity. This URL allows login to VOCUS without requiring the user to enter credentials.
All other login policies are still enforced both during the request to create the URL and the request that uses the URL. For example, a request to create a URL for an inactive account will fail when the request is made. If the account is active when the request is made, but deactivated before the URL is used, the account will be prevented from logging in when the URL is used.
The security token in the URL is governed by VOCUS' ExternalAppToApp
authorization policy:
Requests must be made by a service account impersonating a user account.
Field | Type | Constraints | Detail |
applicationName | String | Required |
Supported Values:
|
// create a URL to the default VOCUS homepage var payload = { applicationName: "Platform" };
HTTP Status | Data |
201 |
var response = { url: "https://vocus.aero?token=abcdefg-1234-45678", // the approximate expiration date of the token in the URL expirationDate: "2019-11-15T20:38:00.000Z" }; |
API Version 14.1.9203.25249
Copyright ©2008-2025 Polaris Aero, LLC.