sap-mcp-gateway-copilot-studio

mcp
Guvenlik Denetimi
Uyari
Health Uyari
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 5 GitHub stars
Code Gecti
  • Code scan — Scanned 2 files during light audit, no dangerous patterns found
Permissions Gecti
  • Permissions — No dangerous permissions requested

Bu listing icin henuz AI raporu yok.

SUMMARY

Step-by-step series: connect Microsoft Copilot Studio to SAP via the MCP Gateway on SAP Integration Suite (Entra ID, SAP IAS, on-prem principal propagation via Cloud Connector).

README.md

SAP × Microsoft Copilot Studio — MCP Gateway guides

A step-by-step series on connecting Microsoft Copilot Studio to SAP through the MCP Gateway on SAP Integration Suite — one of two integration architectures explicitly endorsed by SAP in the SAP API Policy.

Each part builds on the previous one. In Parts 1–3 the MCP server stays the same (the public Star Wars API, same exposed tools) and what changes is how identity flows to SAP; Part 4 keeps that identity chain and swaps the backend for your own on-premise SAP system, running each call as the real ABAP user. Part 5 scales the Part 3 IAS pattern from one hand-built connector to all 21 SAP MCP Gateway connectors, created unattended. Part 6 takes a different, lighter architecture: the MCP server runs inside your ABAP system (the abap-ai/mcp2 SDK), fronted by the BTP Router app for the same SSO + principal-propagation chain.

The principal-propagation / SSO steps shown here aren't limited to the MCP Gateway — the same identity chain (SAP IAS → Cloud Connector → X.509 → real ABAP user) applies to any service running on SAP BTP that fronts an on-premise backend. Using SAP API Management (with the Integration Cell) instead of the MCP Gateway would be another obvious choice.

# Guide What it adds Identity at the gateway Video
1 MCP Gateway on SAP Integration Suite Build the MCP server; connect via Azure API Management using client_credentials Shared technical account ▶️ watch
2 User authentication with Microsoft Entra ID OAuth 2.0 authorization code with Entra ID; connect directly to the gateway Real user — Entra ID ▶️ watch
3 User authentication with SAP IAS (federated to Entra ID) SAP IAS issues the token (Entra federated into IAS); the foundation for on-prem principal propagation Real user — SAP IAS (SAP-native) ▶️ watch
4 On-prem principal propagation to your own SAP backend Swap SWAPI for your on-prem SAP (API_BUSINESS_PARTNER) via Cloud Connector — a Basic-Auth foil, then end-to-end X.509 principal propagation Real user — SAP IAS, propagated to the real ABAP user on-prem ▶️ watch
5 Bulk connector automation Automate creating all 21 Copilot Studio MCP connectors for the SAP MCP Gateway endpoints via pac connector create (OAuth + custom C# script embedded in one call) Real user — SAP IAS (same chain as Part 3)
6 Your own ABAP MCP server (zmcp2) via the BTP Router Run the MCP server inside ABAP (abap-ai/mcp2) and front it with the BTP Router — a lighter alternative to the Integration Suite MCP Gateway Real user — SAP IAS, propagated to the real ABAP user on-prem ▶️ watch

Where to start

  • New here? Begin with Part 1 to build the MCP server, then follow the series in order.
  • Already have the MCP server? Jump to Part 2 (Entra ID) or Part 3 (SAP IAS).
  • Parts 2 and 3 give the same result at the gateway — user context — but only the IAS token (Part 3) can travel further into SAP for on-prem principal propagation.
  • Want end-to-end user identity into your own SAP backend? Part 4 builds directly on Part 3 — same front door, real on-prem execution as the signed-in user.
  • Want to run the MCP server inside ABAP instead? Part 6 uses the abap-ai/mcp2 SDK plus the BTP Router — a fast, lighter path for trials and PoCs that reuses the same identity chain.

Supporting artifacts

The .http files ship with placeholders only — never commit real client secrets or authorization codes.

License

Licensed under the MIT License.

Yorumlar (0)

Sonuc bulunamadi