diff --git a/services/proxy/pkg/command/server.go b/services/proxy/pkg/command/server.go index 3a5f0c8ea..c7b9fe3b6 100644 --- a/services/proxy/pkg/command/server.go +++ b/services/proxy/pkg/command/server.go @@ -367,6 +367,7 @@ func loadMiddlewares(ctx context.Context, logger log.Logger, cfg *config.Config, oidc.WithOidcIssuer(cfg.OIDC.Issuer), oidc.WithJWKSOptions(cfg.OIDC.JWKS), )), + middleware.SkipUserInfo(cfg.OIDC.SkipUserInfo), )) authenticators = append(authenticators, middleware.SignedURLAuthenticator{ Logger: logger,