mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-13 23:02:17 +00:00
docs: add "groups" scope to the oauth2-proxy sample configuration (#85)
This commit is contained in:
committed by
GitHub
parent
ff75322e7d
commit
204313aacf
@@ -45,7 +45,7 @@ upstreams="http://<service-to-be-proxied>:<port>"
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user