diff --git a/guides/security/authentication.md b/guides/security/authentication.md index 81063a3d9..e57f68481 100644 --- a/guides/security/authentication.md +++ b/guides/security/authentication.md @@ -1390,15 +1390,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.