Authentication and Authorization of Services in CAP using NodeJS in BAS | SAP BTP Training

preview_player
Показать описание
This Video has step by Step Guide for Authentication and Authorization for Services in CAP
Рекомендации по теме
Комментарии
Автор

with cds 7 and above it is by default auth is required right?

ganeshnavale
Автор

Hello SAP Enthusiasts,

I am in the midst of architecting a SAP CAP-based backend coupled with SAP UI5 on the frontend. The objective is to weave in Authentication and Authorization functionalities, particularly utilizing XSUAA, while user credentials are securely stored in the HANA Cloud Database.

Imagine we have a login page. Upon entering their details and hitting the submit button, the system is designed to authenticate users against the records in the HANA Cloud Database. Successful authentication would result in the issuance of a token, which is then used to authorize subsequent API requests.

I would appreciate any insights or guidance on how to effectively implement this requirement.

rahuljain_