Since all integration messages are processed by Cloud Integration, sender systems must authenticate at Cloud Integration, and when forwarding messages to the respective receiver system, Cloud Integration must authenticate there. With two directions that messages can flow between Cloud Integration and the outer systems, that makes four pathways, resulting in four cases where systems need to authenticate, as shown in the following landscape diagram.
- From SAP S/4HANA to Cloud Integration
- From Cloud Integration to SAP Sales and Service Cloud Version 2
- From SAP Sales and Service Cloud Version 2 to Cloud Integration
- From Cloud Integration to SAP S/4HANA

Communication Direction
In this lesson, we focus on maintaining authentication details in Cloud Integration for these four cases. We split the four system-specific cases into two direction-specific cases, meaning we distinguish between inbound and outbound communication from Cloud Integration’s perspective, because credentials for those two directions are maintained in different places:
- Inbound Connections: BTP Cockpit→Instances (paths 1 and 3 in the landscape diagram)
- Outbound Connections: Cloud Integration WebUI→Monitor view (paths 2 and 4 in the landscape diagram)
Note
If you work on integration flows and need to maintain credentials for outbound and inbound connections, you will require additional access rights beyond Cloud Integration for the BTP cockpit, because credentials are maintained in different locations.
We’ll take a closer look at maintaining authentication details for these two directions in the next section.
Supported Authentication Methods
Regardless of the communication direction, the integration flows used to integrate SAP S/4HANA with SAP Sales and Service Cloud Version 2 support two authentication methods.
- Basic Authentication (username and password)
- Client Certificates
Note
While Basic Authentication is simple to set up, it is less secure than client certificates. Therefore, it is recommended to use certificate-based authentication, especially in production environments.
This course demonstrates both authentication methods: Basic authentication is used between SAP S/4HANA and Cloud Integration, while certificates are used between the cloud CRM and Cloud Integration.
This course covers the handling of certificates at a high, task-oriented level. Basic knowledge of digital certificates and cryptography is recommended. This topic is explained in more detail in the course about Integrating SAP Sales and Service Cloud (Version 1) with SAP S/4HANA.



