sap-btp-connectivity

Automate SAP BTP Connectivity configuration with Cloud Connector and destinations.

3|1|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/DayronDLR/sap-enterprise-stack-plugin --skill sap-btp-connectivity-dayrondlr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sap-btp-connectivity
Source: https://github.com/DayronDLR/sap-enterprise-stack-plugin/tree/main/skills/sap-btp-connectivity
Command: npx skills add https://github.com/DayronDLR/sap-enterprise-stack-plugin --skill sap-btp-connectivity-dayrondlr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @sap-cloud-sdk/connectivity, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the configuration and management of SAP BTP Connectivity, including destination setup, cloud-to-on-premise connectivity, and troubleshooting common connectivity issues.

Core Features & Use Cases

  • Destination Configuration: Manage connection metadata, authentication, and routing for various destination types.
  • Cloud Connector Setup: Install and configure Cloud Connector for secure tunneling and on-premise connectivity.
  • Kubernetes/Kyma Connectivity: Deploy Connectivity Proxy and Transparent Proxy for seamless access in Kubernetes environments.
  • Authentication Flows: Support various authentication methods, including OAuth2ClientCredentials, OAuth2SAMLBearerAssertion, and Principal Propagation.
  • Troubleshooting: Diagnose and resolve common connectivity issues like HTTP error codes and Cloud Connector problems.

Quick Start

Use the ses:sap-btp-connectivity command to create an HTTP destination named 'my-api' with OAuth2ClientCredentials authentication.

Frequently Asked Questions about sap-btp-connectivity

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure SAP BTP Connectivity for cloud-to-on-premise integration?

SAP BTP Connectivity is configured using SAP Cloud Connector for secure tunneling and the Connectivity Service to manage routing, authentication, and destination setup between cloud and on-premise systems.

What is Principal Propagation and how does it work with SAP Cloud Connector?

Principal Propagation is an authentication flow in SAP BTP Connectivity that securely forwards user identities through the SAP Cloud Connector tunnel, enabling on-premise systems to recognize original cloud users without separate logins.

How do I set up Connectivity Proxy for Kubernetes environments in SAP BTP?

Connectivity Proxy is deployed within Kubernetes environments to facilitate seamless access to SAP BTP Connectivity Service, while Transparent Proxy manages routing for applications running in Kubernetes or Kyma clusters.

Do I need to understand OAuth2 to manage Destination Service configurations?

Yes, knowledge of OAuth2 is required to manage Destination Service configurations, as the system supports various authentication flows including OAuth2ClientCredentials, OAuth2SAMLBearerAssertion, and Principal Propagation for secure access.

Why does my SAP Cloud Connector connection fail with HTTP errors?

SAP Cloud Connector connections often fail due to misconfigured destination authentication, expired OAuth2 tokens, or incorrect routing metadata, which can be diagnosed by troubleshooting HTTP error codes and connection states.

Can I automate HTTP destination creation with OAuth2ClientCredentials in SAP BTP?

Yes, you can automate HTTP destination creation with OAuth2ClientCredentials authentication in SAP BTP using dedicated scripts that manage connection metadata, routing, and authentication setup for various destination types.