Authorization
Authorization in Backend as a Service (BaaS) controls access to service operations by enforcing security roles at runtime. Authorization rules determine which users or applications can execute specific resolvers, ensuring that service logic is protected according to defined security policies.
You can assign one or more IFS security roles to a resolver by using the RolesAllowed annotation. This approach matches the authorization model used in REST APIs. For more information, see REST Service.