13.1.1 Use and Discard Connections: OTURL
Thinfinity® Workspace provides a secure mechanism for generating OTURLs (One-Time URLs) that expire after a specified period. This feature is ideal for scenarios where temporary or limited access to remote desktops is required.
When to Use OTURL
The OTURL feature is useful in scenarios such as:
Granting external users access to a remote desktop without exposing internal authentication methods.
Creating temporary RDC connections with a defined expiration time.
Integrating Thinfinity Workspace with external applications in SSO workflows via the Configuration Manager.
Configuring OTURLs
To enable OTURL functionality, follow these steps:
Request a One-Time URL from the Thinfinity Workspace server
Use the following format:
http(s)://<ThinfinityHost>:<Port>/ws/oturl/get?<queryString>The queryString should include the following required parameters:
apikey=<yourApiKey>&apiuser=<apiUser>&model=<model>&plen=<passwordLength>&expires=<expirationTime>apikey
The API key configured on the Primary Broker.
apiuser
The user initiating the request.
model
Specifies the Access Profile model to use.
plen
Length of the password to be generated.
expires
Time (in minutes) before the OTURL expires.
Construct the complete URL
To construct the complete URL, concatenate the OTURL received in the previous step with your Thinfinity Workspace address like so:
http(s)://<ThinfinityHost>:<Port>/oturl.html?key=w7NJNschBdJD9e6G6luWhOCalM$oFW7guqC6jE1IQah3AJm3&pass=BOWZB8FGThis URL can be used by an application to redirect the user to the remote desktop, or it can be sent via email to an external user for temporary access.
Testing OTURL
A sample HTML/AJAX page named oturltest.html is included with your Thinfinity Workspace installation. It demonstrates how to generate and consume One-Time URLs using the parameters discussed above.
Last updated
Was this helpful?