You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2025/fgap-kc-26-2.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
:title: Beyond Roles: Achieving Fine-Grained Authorization with Keycloak
1
+
:title: Achieving Fine-Grained Admin Permissions with Keycloak 26.2
2
2
:date: 2025-05-14
3
3
:publish: true
4
4
:author: Vlasta Ramik
@@ -46,8 +46,8 @@ policies.
46
46
47
47
### ✂️ Explicit Operation Scoping
48
48
49
-
Gone are the days of hidden dependencies between permissions. FGAP V2 makes every scope explicit—such as `view-users`, `manage-users`,
50
-
`map-roles`, or `configure-client`. This reduces confusion and gives you full visibility into what's granted and why.
49
+
Gone are the days of hidden dependencies between permissions. FGAP V2 makes every scope explicit—such as `view-members`, `manage-members`,
50
+
`map-roles`, or `impersonate`. This reduces confusion and gives you full visibility into what's granted and why.
51
51
52
52
### 🛠️ Per-Realm Enablement
53
53
@@ -60,13 +60,13 @@ safely, and customize permission boundaries realm-by-realm.
60
60
2. Go to *Realm Settings → Admin Permissions* and enable FGAP for the realm.
61
61
3. Use the new *Permissions* section to define permissions and policies for users, clients, groups, and roles.
62
62
63
-
For full configuration details, refer to the [Fine-Grained Admin Permissions documentation](https://www.keycloak.org/docs/latest/server_admin/#_fine_grained_permissions).
63
+
For full configuration details, refer to the https://www.keycloak.org/docs/latest/server_admin/#_fine_grained_permissions[Fine-Grained Admin Permissions documentation].
64
64
65
65
## 🔄 Migration and Compatibility
66
66
67
67
FGAP V2 provides the same level of access control over realm resources as the previous version, while improving manageability and
68
68
clarity. Automatic migration is not available, but if you're upgrading from an earlier Keycloak version, see the
69
-
[Upgrading Guide](https://www.keycloak.org/docs/latest/upgrading/index.html#migrating-to-26-2-0) for important key changes and migration notes.
69
+
https://www.keycloak.org/docs/latest/upgrading/index.html#migrating-to-26-2-0[Upgrading Guide] for important key changes and migration notes.
0 commit comments