netbird/management/server/http/middleware
pascal-fischer f89c200ce9
Fix api Auth with PAT when a custom UserIDClaim is configured in management.json (#1120)
The API authentication with PATs was not considering different userIDClaim 
that some of the IdPs are using.
In this PR we read the userIDClaim from the config file 
instead of using the fixed default and only keep 
it as a fallback if none in defined.
2023-09-01 18:09:59 +02:00
..
access_control.go Block user through HTTP API (#846) 2023-05-11 18:09:36 +02:00
auth_middleware_test.go Fix api Auth with PAT when a custom UserIDClaim is configured in management.json (#1120) 2023-09-01 18:09:59 +02:00
auth_middleware.go Fix api Auth with PAT when a custom UserIDClaim is configured in management.json (#1120) 2023-09-01 18:09:59 +02:00