RAS Web Client API
This chapter describes how to integrate a third-party web portal with the RAS Web Client (User Portal) to authenticate users and launch published resources.
There are two integration methods:
Authentication Handoff API (current). Your integration POSTs a JSON payload with the user's credentials to the RAS Secure Gateway, which responds with a redirect to the User Portal. This is the supported method for all new integrations. See Authentication Handoff API.
Legacy Web Client API (deprecated) launch data is passed through a JavaScript payload URL (?appinfo=...). This method is deprecated and is disabled by default starting with Parallels RAS 21.2.
Attention: The legacy Web Client API (appinfo payload) is deprecated for security reasons. When you upgrade to Parallels RAS 21.2 or later, it is disabled by default. Existing integrations must migrate to the Authentication Handoff API. See Migrating from the Legacy Web Client API.
Last updated