Add support for newer Authentik "entitlements" header

This commit is contained in:
Luke Rogers 2025-09-28 20:54:14 +13:00 committed by GitHub
parent c207009d8a
commit ec84223254
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,3 +23,4 @@ proxy_set_header X-authentik-groups $http_x_authentik_groups;
proxy_set_header X-authentik-email $http_x_authentik_email; proxy_set_header X-authentik-email $http_x_authentik_email;
proxy_set_header X-authentik-name $http_x_authentik_name; proxy_set_header X-authentik-name $http_x_authentik_name;
proxy_set_header X-authentik-uid $http_x_authentik_uid; proxy_set_header X-authentik-uid $http_x_authentik_uid;
proxy_set_header X-authentik-entitlements $http_x_authentik_entitlements;