mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-18 17:01:36 +01:00
Update OIDC documentation for allowed groups filter
Clarify configuration for allowed groups filter with Microsoft Entra ID.
This commit is contained in:
parent
21af106f68
commit
e0c9e18e22
@ -305,5 +305,13 @@ Entra ID is: `https://login.microsoftonline.com/<tenant-UUID>/v2.0`. The followi
|
|||||||
- `domain_hint: example.com` to use your own domain
|
- `domain_hint: example.com` to use your own domain
|
||||||
- `prompt: select_account` to force an account picker during login
|
- `prompt: select_account` to force an account picker during login
|
||||||
|
|
||||||
Groups for the [allowed groups filter](#authorize-users-with-filters) need to be specified with their group ID instead
|
When using Microsoft Entra ID together with the [allowed groups filter](#authorize-users-with-filters), configure the
|
||||||
|
Headscale OIDC scope without the `groups` claim, for example:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
oidc:
|
||||||
|
scope: ["openid", "profile", "email"]
|
||||||
|
```
|
||||||
|
|
||||||
|
Groups for the [allowed groups filter](#authorize-users-with-filters) need to be specified with their group ID(UUID) instead
|
||||||
of the group name.
|
of the group name.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user