feat: adding scope to oauth2-proxy.cfg.example (#2489)

This commit is contained in:
Lautaro Jayat 2024-03-30 05:36:17 -03:00 committed by GitHub
parent 0678626e63
commit 33088053a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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