From 204313aacf901b804e86a286cbcdf10e20b47404 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Fischer Date: Tue, 31 Dec 2024 11:31:39 +0100 Subject: [PATCH] docs: add "groups" scope to the oauth2-proxy sample configuration (#85) --- docs/proxy-services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/proxy-services.md b/docs/proxy-services.md index 8fdd2b8..cefce88 100644 --- a/docs/proxy-services.md +++ b/docs/proxy-services.md @@ -45,7 +45,7 @@ upstreams="http://:" # Additional Configuration provider="oidc" -scope = "openid email profile" +scope = "openid email profile groups" # If you are using a reverse proxy in front of OAuth2 Proxy reverse_proxy = true