on 2024 Aug 05 9:22 PM
We have an application hosted on BTP Cloud Foundry with authentication configured through Cloud Identity Services. So far, everything works fine.
We can retrieve the logged-in user's data via the approuter and then obtain the user's data from Identity, including their groups and additional information.
The problem is that we need to check some user authorizations based on the groups they are assigned to.
For example, if they are in an approvers group, they can approve certain discount requests.
Once the discount request is approved, it is processed in S4 via an OData service, which is called by the UI5 app through the destination. In the backend, I cannot determine which user is logged into the app or which groups they belong to.
How can we achieve this?
Request clarification before answering.
User | Count |
---|---|
31 | |
10 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.