Home > Blockchain >  Setting up Artifactory in Visual Studio fails with 403
Setting up Artifactory in Visual Studio fails with 403

Time:11-09

I am trying to connect Visual Studio to our Artifactory repo for NuGet. I have successfully connected Rider, but VS remains elusive.

It doesn't just fail, mind you: Visual Studio hammers JFrog with auth requests (that get a 403) until my AD account gets locked out.

So it is a bit frustrating to debug/troubleshoot.

CodePudding user response:

Turns out the Windows Credential Manager had a bad password stored. Editing the password there fixed the issue.

Credentials Key is "VSCredentials_{Organization}.jfrog.io.

  • Related