Hello,
I am working on a cap application, and I need to add authorization role for only one specific endpoint.
So far I added the authorization role in xs-app.json (approuter module) file for the endpoint and I defined the roles, role-templates in xs-security.json file, but there is no change, the endpoint is still not secured, I can access it without having the role assigned to my user.
Could you recommend any guides or tutorials to achieve this?
Thank you.