Dear community,
when developing a SAP gateway application, I was wondering whether there is an efficient, maintainable and customizable way to control user permissions at runtime to regulate which odata paths can be used by a certain user, i.e.
|
Is there standard way to change runtime permissions for a user to be able to call certain odata resources of a SAP gateway service, other than manually writing code in every service implementation method to check if the request is allowed? For example, based on some setting in customizing, the odata paths below Is there a way where this can be controlled at a single place rather than being required to implement a check in every method implementing the odata requests? |
Looking forward to your suggestions,
Sebastian B.