1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-09-16 17:50:44 +02:00

Keycloak's group format is configurable

This commit is contained in:
Florian Preinstorfer 2025-08-22 17:54:33 +02:00 committed by nblock
parent 8ff5baadbe
commit 4e6d42d5bd

View File

@ -289,8 +289,10 @@ you need to [authorize access based on group membership](#authorize-users-with-f
- Edit the Headscale client.
- Search for the client scope `group`.
- Add it with assigned type `Default`.
- [Configure the allowed groups in Headscale](#authorize-users-with-filters). Keep in mind that groups in Keycloak start
with a leading `/`.
- [Configure the allowed groups in Headscale](#authorize-users-with-filters). How groups need to be specified depends on
Keycloak's `Full group path` option:
- `Full group path` is enabled: groups contain their full path, e.g. `/top/group1`
- `Full group path` is disabled: only the name of the group is used, e.g. `group1`
### Microsoft Entra ID