withWrongClientAfterLogin := &http.Client{
            Jar: testhelpers.NewEmptyCookieJar(t),
            CheckRedirect: func(req *http.Request, _ []*http.Request) error {
                if req.URL.Path != "/oauth2/auth" {
                    return nil