docs: add "groups" scope to the oauth2-proxy sample configuration (#85)

This commit is contained in:
Jan-Philipp Fischer
2024-12-31 11:31:39 +01:00
committed by GitHub
parent ff75322e7d
commit 204313aacf

View File

@@ -45,7 +45,7 @@ upstreams="http://<service-to-be-proxied>:<port>"
# Additional Configuration # Additional Configuration
provider="oidc" provider="oidc"
scope = "openid email profile" scope = "openid email profile groups"
# If you are using a reverse proxy in front of OAuth2 Proxy # If you are using a reverse proxy in front of OAuth2 Proxy
reverse_proxy = true reverse_proxy = true