Samples
The following samples demonstrate the necessary application setup for authentication and authorization based on the SAP Cloud Identity Services (SCI).
The focus of the samples is on the authorization using the Authorization Management Service (AMS), but, since the authentication is a necessary requirement, it's typically demonstrated as well.
Java
The Java samples repository contains the following samples for implementing AMS in Java applications:
CAP Java: ams-cap-bookshopJakarta EE: ams-javalin-shoppingSpring Boot: ams-spring-boot-shopping
Node.js
The Node.js samples repository contains the following samples for implementing AMS in Node.js applications:
CAP Node.js: ams-cap-nodejs-bookshopExpress.js: ams-express-shopping