Skip to main content

Admin Dashboard Guide

The admin dashboard at admin.curupira.api.br is the web UI for managing your organization — tenants, applications, users, roles, SSO, and logs. This page orients you to its sections; the task-specific guides (linked below) go deeper.

Signing in

Open admin.curupira.api.br and sign in with your admin account. What you can see and do is governed by your admin permissions — controls for actions you lack permission for are hidden, and the API returns 403. (Admin access is separate from the application RBAC that governs your end-users — see Roles & Permissions.)

SectionWhat it's forGuide
DashboardHome — at-a-glance stats and recent activity.
TenantsCreate and view tenants (organizations); each is created with its first application.Tenant Onboarding
ApplicationsCreate/list/edit applications: redirect URIs, settings, and API-key rotation.Tenant Onboarding
UsersList and view users; assign or remove their roles and role groups.Roles & Permissions
RolesCreate and manage application roles and their permission sets.Roles & Permissions
Role GroupsBundle roles into groups for bulk assignment.Roles & Permissions
SSOConfigure per-tenant social/enterprise sign-in (Google, Microsoft, GitHub, …).SSO Provider Setup
LogsAudit trail and monitoring — login attempts, event logs, and audit logs.
SettingsAccount and security settings, including your own MFA.

Logs at a glance

The Logs section has three views:

  • Login attempts — authentication successes and failures.
  • Event logs — significant actions (token issuance, consent, super-admin access, etc.). Tenant admins can see super-admin access entries here — when platform support accessed the tenant.
  • Audit logs — administrative changes, with before/after detail.

Common tasks

Everything in the dashboard is also available on the Admin API for automation.