SOTI Cloud Link Integration
About this task
The SOTI Cloud Link Agent (CLA) extends enterprise services that are isolated behind corporate firewalls, enabling secure interaction with SOTI ONE cloud applications such as SOTI Connect. The CLA securely transfers requests and responses between SOTI Connect and your enterprise services.
If you use SOTI Connect Cloud and want to leverage your Lightweight Directory Access Protocol (LDAP) connections for console security or enrollment, you need to set up a SOTI Cloud Link Agent. SOTI Connect supports outbound SOTI Cloud Link Agent connections, where requests are initiated by your enterprise LDAP service and sent to the CLA. For more details, refer to the SOTI Cloud Link Agent Help.
The integration involves the following components:- SOTI Cloud Link Broker
- SOTI Cloud Link Agent
- SOTI Cloud Link Agent Admin Utility ToolNote: SOTI Connect 2024.1 requires SOTI Cloud Link Agent Admin Utility Tool 2024.1.
Communication Flows
- SOTI Connect identifies the Broker address from a value
stored in the
AppConfigdatabase table. This value can be retrieved or updated using APIs in theCloudLinkAgentController. - SOTI Connect trusts the Broker’s SSL certificate (GoDaddy certificate in TrustStore) and connects through port 5596 by default.
- The Broker verifies the access token of Agents using SOTI Connect’s token signing certificate, which is obtained
from an API in
CloudLinkAgentController. - The CLA authenticates with SOTI Connect using the
client_credentialsflow, with its ID as the JWT subject for Broker identification. - Initial certificate exchanges occur through the following APIs:
CloudLinkAgentController.ConfigureCloudLinkAgent()CloudLinkAgentController.GetClaMetadata()
- SOTI Connect runs a scheduled job to check and renew certificates with the CLA when required.
- Both the Broker and Agent must trust the Broker’s SSL certificate in their respective TrustStores.
- Configuring SOTI Cloud Link Broker
- Configuring SOTI Cloud Link Agent
- Updating SOTI Connect or the System Certificate
- Uninstalling SOTI Cloud Link Broker
- Using SOTI Cloud Link Agent in a Certificate Authority Template
- SOTI Cloud Link Agent in the Security Access Table
- Troubleshooting SOTI Cloud Link Agent