Skip to content

What's New in This Release

Release 24.10 of the Anyware Trust Center contains bug fixes and stability enhancements. Additionally, it also includes the following:

Support for Imprivata Authentication

Version 24.10.2 of the Trust Center supports Imprivata OneSign Single Sign-On for authenticating Trusted Zero Clients connecting to Horizon hosts. Imprivata OneSign enables users to access corporate networks, desktops, and applications with a single sign on. This reduces the need for maintaining separate passwords and prevents unauthorized access.

For more information, see Enabling Imprivata Authentication.

Support for Uploading OTA Packages to Trust Center Darksite

As Trust Center Darksite operates without internet connectivity, automatic OTA updates are not possible. Version 24.10.2 addresses this limitation by introducing a new command for managing firmware within the Trust Center. Administrators can now download as well as upload OTA packages to the Trust Center server without the need for opening an internet connection.

For more information see Uploading OTA packages to Trust Center Darksite.

Trust Center Installation with DISA STIGs

In version 24.10.2, support has been added to enable the installation of the Anyware Trust Center on servers and virtual machines that comply with the security policies and configurations recommended by the US DOD Cyber Exchange. For this purpose, a new configuration called fapolicyd has been added, which allows the Trust Center components to run on servers that adhere to STIG requirements. For more information see Trust Center Installation with DISA STIGs.

Support for Kiosk Mode

Version 24.10 of the Trust Center introduces support for enabling the Kiosk mode in Trusted Zero Clients. This feature builds upon the existing Automatic login functionality, and allows for the creation of fixed purpose devices such as point-of-sale terminals and digital signs.

In Kiosk Mode, the process of connecting to remote hosts is simplified. End-users do not need to provide their credentials, and instead, only see a progress indicator while establishing a connection. The ability to bypass traditional login steps ensures that end-users experience a seamless login process.

For instructions on enabling Kiosk mode, see Enabling Kiosk mode.

Support for Configuring the Login Experience on Trusted Zero Clients

Trust Center 24.10 comes with the ability to control the login experience of the Trusted Zero clients. Depending on the configuration, Trusted Zero Clients can skip one or more of the following login steps:

  • Connecting to a broker

  • Providing user credentials

  • Selecting a desktop

The ability to bypass one or more traditional login steps simplifies and streamlines the login process, and enhances the user experience.

For more information, see Configuring the Login Experience on the Trusted Zero Clients.

Management API Endpoint for Sorting

Version 24.10 introduces the following new query parameters for sorting:

  • sortKey

    This represents the field to sort by

  • sortDirection (ASC or DESC)

    This represents the sorting order

The parameters have been added to the GET /endpoints, GET /commands, and GET /assets routes.

The new query parameters enable sorting by a field or column of choice, making it easier to present data in a meaningful way.

Support for Deleting Endpoints

Trust Center version 24.10 now supports deleting endpoint twin records using the management API. You can delete an endpoint by sending a DELETE request to /api/v1/endpoints/:endpointId.

However, if an endpoint is connected to Trust Center, it will attempt to reconnect and recreate a new digital twin with empty properties, and therefore, cannot be directly removed with a DELETE request. To completely remove the endpoint, you must first factory reset the endpoint to disconnect it from Trust Center. Once this is done, use the DELETE API to remove the endpoint.

Support for Bulk Endpoint Commands

Trust Center version 24.10 API now supports a new route, POST / commands, to send the same command to multiple endpoints. Endpoints are selected by specifying tags in the request body. The command and payload is then sent to all endpoints matching the provided tags.

Support for Bulk Endpoint Updates

Trust Center version 24.10 API now supports a new route, PUT /endpoints, to update multiple endpoint desired or default properties. Endpoints are selected by specifying tags in the request body. The property value is then applied to all endpoints matching the provided tags at the specified property path.

Info

Support for RHEL 8 has been extended until the end of 2025.