Skip to main content
Local authorization allows you to generate SQL queries that can be executed directly against your database, providing better performance for authorization checks by avoiding round trips to Oso Cloud.

List Local

Generate SQL conditions to filter resources that an actor can access, perfect for implementing authorization in database queries.

Authorize Local

Generate SQL queries to check if an actor is authorized to perform an action on a specific resource.

Actions Local

Generate SQL queries to get all actions an actor can perform on a specific resource.

Query Builder Local

Use the query builder to generate SQL for complex authorization queries with additional constraints.

Configuration Validation

Validate your local authorization configuration before using it in production.