SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

CAP Authorization with CDS

CAP Authorization with CDS is a mechanism in the SAP Cloud Application Programming Model (CAP) that allows developers to declaratively define access control rules directly within CDS models. Developers use it to restrict which users or roles can read, write, or invoke specific entities and services, keeping authorization logic close to the data model definition. Following best practices, these annotations help produce concise and comprehensible models that enforce security without scattering access control logic across application code.

Docs explaining this concept

Concepts that build on this