You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default the `FeatureService` read and write endpoints are accessible only to users with the CAP pseudo-role
40
40
[internal-user](https://cap.cloud.sap/docs/guides/security/authorization#pseudo-roles). Different projects have their own access role preferences, so this setting allows them to set a
41
-
list of strings, which represent the roles required to access the service. For details see [@requires](https://cap.cloud.sap/docs/guides/authorization#requires).
41
+
list of strings, which represent the roles required to access the service. For details see [@requires](https://cap.cloud.sap/docs/guides/security/authorization#requires).
42
42
43
43
It will usually be sufficient to set the `serviceAccessRoles` configuration, which covers both the read and write
44
44
endpoints, but not the admin endpoints. If more discriminating access control is required, the `readAccessRoles` and
0 commit comments