I would like to use UI authorization feature to manage roles and permissions, but I have very tricky logic for authentication and I want to keep it outside of syncope,
Is the a way I can use it only for authorization purposes?
For example can I call endpoint /{user}/{permission} and get back status on this permission for this user?