From 360f8154b23d86107b3aaa93c43a5737aef0d77e Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 27 Aug 2026 09:18:32 +0200 Subject: [PATCH] chore: add learn-more link I recently was looking for details about authentication / authorization for remote services and it took me some time to find it in "Authentication"; I don't think there is a cross-reference from this page (about integrating remote services) to the "Outobound Authentication" page (about authenticating requests to remote services) yet. --- guides/integration/calesi.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guides/integration/calesi.md b/guides/integration/calesi.md index 154d6e4b5..4878945c9 100644 --- a/guides/integration/calesi.md +++ b/guides/integration/calesi.md @@ -1317,6 +1317,7 @@ This creates ultimate resilience, as the events are stored in a local outbox tab - [Inner Loop Development](inner-loops) – Understand how to develop and test integrated applications efficiently using CAP's inner loop development features. +- [Outbound Authentication](../security/remote-authentication.md) - Find details about authenticating requests to remote services.