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

Поделиться
HTML-код
  • Опубликовано: 29 июл 2023
  • This Video has step by Step Guide for Authentication and Authorization for Services in CAP

Комментарии • 3

  • @Rickjackson007
    @Rickjackson007 Месяц назад

    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.