Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions guides/security/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}

</div>
<!--

<div class="node">

TODO
In such architectures, CAP authentication is obsolete and can be deactivated entirely.
In CAP Node.js, this can be achieved via an empty custom authentication implementation.

[Learn more about custom authentication in Node.js.](../../node.js/authentication.md#custom){.learn-more}

</div>
-->



## 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.
Expand Down
Loading