Fine-grained access management

Last update:
Aug 21, 2026
Fine-Grained Access Management (FGA) in the Identity Console is a security framework that enables precise control over administrative actions and resource access. Instead of relying on static, role-based entitlements, FGA introduces dynamic, policy-driven permissions that adapt to user roles, resource attributes, and contextual factors.
Each admin persona (like Support Tier 1, Tier 2, Technical Operations, etc.) is mapped to a set of permissions. The Admin console UI renders only what you’re allowed to see or do.
Permissions are named to match the navigation path in the UI. For example:
  • app.read lets you view the application tab.
  • users.profile.read lets you view a user’s profile.
  • app.access.roles.update lets you update roles in the access tile.
Sensitive Permissions: Actions like deactivating a user, deleting a user, assigning roles, or handling credentials require explicit, sensitive permissions (e.g., users.profile.deactivate). These are never granted by default and must be assigned deliberately.
Non-Sensitive Permissions: Routine updates (like changing an application name or description) are covered by broader permissions (e.g., application.update). These don’t let you touch sensitive attributes like credentials or security compliance—those need their own explicit permissions.
Self-Service Model
  • No More Static Roles: Admins can create new roles and assign permissions directly in Admin 2.0. There’s no need to raise requests to the implementation team. For example, you can create an “Auditor” role that only generates reports, with no access to other features.
  • Role-Permission Mapping: Roles are mapped to permissions in the database. When a user logs in, their token contains their role, and the system fetches all permissions for that role to drive the UI and backend enforcement.
  • Support Tier 1: Can only access the users tab, read profiles, and perform sensitive actions like password reset.
  • Support Tier 2: Gets everything Tier 1 has, plus the ability to delete users, grant/revoke access, deactivate profiles, and more.
  • Technical Operations: Can update style sheets but nothing else—other tiles are hidden.
  • Business Advocates: Roles like app owner, group owner, and read-only are self-explanatory. Read-only means you can view non-sensitive tiles but not credentials or SSO
This page is being updated. More details will be available soon...

On this page

Powered by Aikyam @2025 All rights reserved