Is there a way A12 filters objects in overview to just see items owned by the logged in user ? E.g. by the creator and modifier fields in a12-document table ? Or any other way to acchieve this goal ?
hi @bernhard-keen-stream, your requirement sounds like the a12 uaa - authorization is the answer.
For the purpose of filtering the results that are shown in an overview (LIST_DOCUMENTS rpc request) you need to adapt the repository authorization via repository policy.
Also have a look into the defaults A12 DS implements for you on authorization level.
For your support A12 DS also provide an example code artifact on how to customize the authorization.
To conclude in the end its all about:
- create a custom authorization definition file
- pass that file via config mgmtp.a12.uaa.authorization.child-authorization-definitions (or if you are really using the nearly outdated A12
2022.06version via mgmtp.a12.uaa.authorization.additional-definition-resources)