You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-08-08 22:46:33 +02:00
feat: adding scope to oauth2-proxy.cfg.example (#2489)
This commit is contained in:
@ -52,6 +52,10 @@
|
||||
# client_id = "123456.apps.googleusercontent.com"
|
||||
# client_secret = ""
|
||||
|
||||
## Scopes Added to the request
|
||||
## It has the same behavior as the --scope flag
|
||||
# scope = "openid email profile"
|
||||
|
||||
## Pass OAuth Access token to upstream via "X-Forwarded-Access-Token"
|
||||
# pass_access_token = false
|
||||
|
||||
|
Reference in New Issue
Block a user