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_id = "123456.apps.googleusercontent.com"
|
||||||
# client_secret = ""
|
# 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 OAuth Access token to upstream via "X-Forwarded-Access-Token"
|
||||||
# pass_access_token = false
|
# pass_access_token = false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue