oauth2-proxy: drop groups scope to avoid invalid_scope

This commit is contained in:
Brad Stein 2025-12-07 13:09:29 -03:00
parent 24fbaad040
commit ceb692f7ee

View File

@ -35,7 +35,7 @@ spec:
- --provider=oidc
- --redirect-url=https://auth.bstein.dev/oauth2/callback
- --oidc-issuer-url=https://sso.bstein.dev/realms/atlas
- --scope=openid profile email groups
- --scope=openid profile email
- --email-domain=*
- --set-xauthrequest=true
- --pass-access-token=true