For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Last updated