Citrix Workspace Chrome App



Latest Firefox and Chrome browsers do not support SHA-1 certificate and StoreFront connection fails with error: NET::ERRCERTWEAKSIGNATUREALGORITHM Citrix Receiver for Chrome/HTML5 or Citrix Workspace app for Chrome/HTML5 cannot establish secure connection and session launch will fail. NET::ERRCERTCOMMONNAMEINVALID error. The Configuration Utility is a UI-based configuration web page that helps administrators customize Citrix Workspace app for Chrome and HTML5 for their enterprise. It is also compatible with Citrix Receiver for Chrome and HTML5. How to use Configuration Utility Steps to Create a Configuration. The Citrix Workspace app allows for secure, unified access to all of your SaaS apps, web apps, virtual apps, files, and desktops. If your company uses Citrix, simply login with your company credentials to access all of the resources you need to be productive from anywhere. Citrix Workspace app for Chrome The new Citrix Workspace app (formerly known as Citrix Receiver) provides a great user experience — a secure, contextual, and unified workspace — on any device.

  1. Citrix Workspace App For Chrome 2003
  2. Citrix Workspace Chrome Os
  3. Citrix Workspace App For Chromebook
  4. Citrix Workspace Chrome App

Type Definitions

connectionParams¶

Configuration options to create the session.

Type¶

  • Object

Properties¶

NameTypeDescription
connectionParamsObject
Properties
NameTypeAttributesDescription
launchTypeString<optional>Takes 'message' or 'embed' as value. Defaults to 'message'.
'message' - launches the session in a new window (similar to session launch using Workspace app for Chrome).
'embed' - Embeds the session inside third party Chrome app.
containerObject<optional>Appview element created inside third party Chrome app.
Applicable only when launchType is 'embed'.
boundsObject<optional>Sets a fixed width and height to the session.
Properties
NameTypeDescription
autoresizebooleanShould be set to false to give fixed width and height to session. By default, this value is set to true in which case the session is resized to match the size of appView element inside third party Chrome app or the new window.
widthNumberWidth of the session specified in pixels. This value will be set only when autoresize is set to false.
heightNumberHeight of the session specified in pixels. This value will be set only when autoresize is set to false.
preferredLangString<optional>Specifies the preferred language code to be used inside the session. If the language code specified is either invalid or unsupported then it falls back to 'en'.
Supported language codes : en, de, es, fr, ja, ko, ru, zh, zh-cn, zh-tw.
If the value is unspecified then the browser's language code is used.

Example¶

WorkspaceChromebookWorkspace

connectionParams full example:

eventListener (event)¶

Listener to handle the events.

Parameters¶

NameTypeDescription
eventObjectObject as appropriate to the eventType registered.

Properties¶

NameTypeDescription
event.idStringID of the session object
evebt.typeStringEvent type triggered
event.dataObjectData as appropriate to the event triggered
- onConnection
- onConnectionClosed
- onURLRedirection
- onError

onSessionCreated(sessionObject)¶

Callback having the session object created.

Citrix Workspace Chrome App

Parameters¶

NameTypeDescription
sessionObjectSessionSession object to interact with the session like register and handle events, start and disconnect.

Example¶

Citrix Workspace App For Chrome 2003

responseCallback(response)¶

Callback that handles the response.

Citrix Workspace Chrome Os

Citrix

Parameters¶

Citrix Workspace App For Chromebook

NameTypeDescription
responseObjectResponse object

Citrix Workspace Chrome App

Properties¶

NameTypeDescription
response.successbooleanStatus of the method call. Holds the value true in case of success and false in case of failure. In case of failure, details of the error is set in the response object.
response.sessionIdStringId of the session.
response.errorStringReason for the failure of the method call.