1
0
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:
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

View File

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