mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-02-21 19:48:46 +02:00
feat: adding scope to oauth2-proxy.cfg.example (#2489)
This commit is contained in:
parent
0678626e63
commit
33088053a5
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user