Troubleshooting
This section provides tools and methods to diagnose and resolve issues during your Oso integration. It covers how to interpret logs, analyze authorization decisions, and debug unexpected results.
- Logs: View logs to monitor API requests, track authorization queries, and identify errors. Logs provide visibility into the decision-making process and help pinpoint issues.
- Explain: Use the Explain feature to inspect how Oso evaluated a query. It breaks down the steps of the decision process, showing which rules and facts were applied.
- Debug an Unexpected Result: Troubleshoot authorization outcomes that do not match expectations. This section guides you through identifying discrepancies in data, policy logic, or API requests.
By using these tools, you can effectively diagnose and resolve issues in your authorization implementation. Let's get to it.