diff --git a/test/integration/supervisor_warnings_test.go b/test/integration/supervisor_warnings_test.go index 27c58179..04f77b25 100644 --- a/test/integration/supervisor_warnings_test.go +++ b/test/integration/supervisor_warnings_test.go @@ -263,6 +263,7 @@ func TestSupervisorWarnings_Browser(t *testing.T) { "--concierge-authenticator-name", authenticator.Name, "--oidc-session-cache", sessionCachePath, "--credential-cache", credentialCachePath, + "--oidc-scopes", "offline_access,openid,pinniped:request-audience,groups", }) // Run "kubectl get namespaces" which should trigger a cli-based login. @@ -406,6 +407,7 @@ func TestSupervisorWarnings_Browser(t *testing.T) { "--oidc-skip-listen", "--oidc-ca-bundle", testCABundlePath, "--oidc-session-cache", sessionCachePath, + "--oidc-scopes", "offline_access,openid,pinniped:request-audience,groups", "--credential-cache", credentialCachePath, })