This page was last edited on August 11, 2020, at 17:56.
Comments or questions about this documentation? Contact us for support!
This article describes how to configure token-based agent authentication between Co-browse server and Workspace Desktop Edition. When enabled, Co-browse checks for a valid token for all communication between server and desktop. For security, tokens are stored in the database using AES128 encryption.
By default, token-based agent authentication is disabled.
To get started setting up authentication, first you need to retrieve a token. Using curl, your browser, or any other http client, enter this URL:
<host:port>/cobrowse/rest/authtoken
This generates a random 26-digit token. Enter this token in two places:
After you've entered the token in the Co-browse Cluster application, you now need to enter the token in Workspace Desktop Edition.
The following validation scenarios apply:
If a token is invalid, the following occurs:
In this case, the Co-browse session does not start.
If a token is configured in the Workspace Desktop Edition application but not configured in the Co-browse Cluster application, the following occurs:
In this case, the Co-browse session is established successfully but without agent authentication.