diff --git a/guides/security/authentication.md b/guides/security/authentication.md index 9d85cc18e..e4761490c 100644 --- a/guides/security/authentication.md +++ b/guides/security/authentication.md @@ -1388,15 +1388,20 @@ In such architectures, CAP authentication is obsolete and can be deactivated ent [Learn more about how to switch off authentication.](../../java/security#custom-spring-security-alone){.learn-more} - + + ## Pitfalls + - **Don't miss to configure security middleware.** Endpoints of (CAP) applications deployed on SAP BTP are, by default, accessible from the public network. Without security middleware configured, CDS services are exposed to the public.