Added an OIDC AllowGroups option for authorization.

This commit is contained in:
Zachary Newell 2022-12-07 00:08:01 +00:00 committed by Kristoffer Dalby
parent 4453728614
commit 70f2f5d750
4 changed files with 44 additions and 0 deletions

View file

@ -273,6 +273,9 @@ unix_socket_permission: "0770"
#
# allowed_domains:
# - example.com
# Groups from keycloak have a leading '/'
# allowed_groups:
# - /headscale
# allowed_users:
# - alice@example.com
#