Hi guys,
I deployed a CAP app, which has two services (the browse service is available for everybody whereas the manage service requires an admin role).
The service app has the Scope reference 'plt-app-uaa-dev!t47559.admin'.
I created a role 'plt-app' and assigned the corresponding AppID 'plt-app-uaa-dev!t47559'.
As a last step I used the default trust configuration and added the role 'plt-app' to the trust config and therefore to my user.
I'm able to see the data from the browse service but somehow I still receive the 403:Forbidden error when I try to access the manage service.
Do you have any hints for me, did I forgot a step?


Cheers,
Thorsten