From 33088053a50a1bcabb0e1a3f156874803baf2150 Mon Sep 17 00:00:00 2001 From: Lautaro Jayat <48366106+LautaroJayat@users.noreply.github.com> Date: Sat, 30 Mar 2024 05:36:17 -0300 Subject: [PATCH] feat: adding scope to oauth2-proxy.cfg.example (#2489) --- contrib/oauth2-proxy.cfg.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/oauth2-proxy.cfg.example b/contrib/oauth2-proxy.cfg.example index 25c75fcd..df16e4cc 100644 --- a/contrib/oauth2-proxy.cfg.example +++ b/contrib/oauth2-proxy.cfg.example @@ -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