Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual Studio NuGet Does Not Present Login Prompt When Existing Credential Become Invalid #9403

Open
nickdalt opened this issue Apr 6, 2020 · 0 comments
Labels
Area:Authentication Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Product:VS.Client

Comments

@nickdalt
Copy link

nickdalt commented Apr 6, 2020

Details about Problem

Windows 10 1909
VS version v16.5

Scenario 1

  • Using the VS UI
  • Access a private NuGet server with valid credentials
  • Access is successful
  • Change credentials (e.g. password expires)
  • Attempt to access repository via VS UI

The expected outcome would be that internally the authentication would fail and VS would present a credentials request to the user. The actual outcome is that authentication fails and the only indication of failure is in the package manager tool window which is often not visible.

Scenario 2:

  • The events of scenario 1 have occurred and you realise that the password needs changing
  • Launch Windows Credential Manager
  • Find the relevant account credentials
  • Change the password or delete the credentials
  • Return to VS
  • Access to NuGet repository still fails

Expected outcome is that VS successfully accesses the NuGet repository, actual outcome is that VS cannot access the repository until it has been restarted.

Worked before? If so, with which NuGet version:

Never

@nkolev92 nkolev92 removed the Area:Plugin V2 plugin w/ cross platform support label Apr 23, 2020
@nkolev92 nkolev92 added Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. and removed Triage:Investigate labels Jul 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area:Authentication Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Product:VS.Client
Projects
None yet
Development

No branches or pull requests

5 participants