Skip to content

Commit e0c9e18

Browse files
acha666nblock
authored andcommitted
Update OIDC documentation for allowed groups filter
Clarify configuration for allowed groups filter with Microsoft Entra ID.
1 parent 21af106 commit e0c9e18

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/ref/oidc.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,5 +305,13 @@ Entra ID is: `https://login.microsoftonline.com/<tenant-UUID>/v2.0`. The followi
305305
- `domain_hint: example.com` to use your own domain
306306
- `prompt: select_account` to force an account picker during login
307307

308-
Groups for the [allowed groups filter](#authorize-users-with-filters) need to be specified with their group ID instead
308+
When using Microsoft Entra ID together with the [allowed groups filter](#authorize-users-with-filters), configure the
309+
Headscale OIDC scope without the `groups` claim, for example:
310+
311+
```yaml
312+
oidc:
313+
scope: ["openid", "profile", "email"]
314+
```
315+
316+
Groups for the [allowed groups filter](#authorize-users-with-filters) need to be specified with their group ID(UUID) instead
309317
of the group name.

0 commit comments

Comments
 (0)