Add Security to the SAP SuccessFactors Extension
Beginner
10 min.
In this phase of the development you will add authentication and authorization to the extension.
You will learn
- How to require user authentication in your CAP service
- How to define authorization to access the service entities
- How to setup the XSUAA service instance for future deployment
- How to add required dependencies to the CAP project to handle application security
Prerequisites
- Complete the tutorial: Prepare to Develop the SAP SuccessFactors Extension
- Complete the tutorial: Jump start the SAP SuccessFactors Extension CAP Project
- Complete the tutorial: Import SAP SuccessFactors OData Services definitions
- Complete the tutorial: Create the CDS Data Model for the SAP SuccessFactors Extension
- Complete the tutorial: Create the CAP Service for the SAP SuccessFactors Extension
- Complete the tutorial: Add Business Logic to the SAP SuccessFactors Extension
- Complete the tutorial: Prepare the SAP SuccessFactors Extension UI with CDS Annotations