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

NuGet tries to repeatedly authenticate even when authentication fails or times out for one of the authentication feeds. #5373

Closed
anangaur opened this issue Jun 8, 2017 · 4 comments
Labels
Area:Authentication Resolution:NeedMoreInfo This issue appears to not have enough info to take action
Milestone

Comments

@anangaur
Copy link
Member

anangaur commented Jun 8, 2017

In a multi-feed environment, NuGet PM, restore pops up the authentication window everytime in following cases:

  1. VPN not connected hence the feed is unreachable
  2. The user does not have permissions to access the feed (there is no feedback to user to understand this?)
@mishra14
Copy link
Contributor

@anangaur can you please add this to the common issue.

@nkolev92
Copy link
Member

@anangaur

What's the bug here? What should be fixed?

I'd say attempting to authenticate consistently is the expected behavior?
NuGet tries a maximum of 3 times per source!
Note that in the background these sources might use the same token and the user would be prompted only once, but that's beyond NuGet's control.

Unless there's something where we pop up a window after a user has successfully entered their credentials.

@anangaur
Copy link
Member Author

This is an old issue where the pop up window to authenticate kept popping. I think this can be closed as we fixed a couple of issues in this area especially around VS pop up to authenticate. We can reopen or open another issue based on new customer input.

@nkolev92
Copy link
Member

Sounds reasonable.

Thanks.

@nkolev92 nkolev92 added Resolution:NeedMoreInfo This issue appears to not have enough info to take action and removed Triage:Investigate labels Jun 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area:Authentication Resolution:NeedMoreInfo This issue appears to not have enough info to take action
Projects
None yet
Development

No branches or pull requests

3 participants