This is a migrated thread and some comments may be shown as answers.

nuget credentials

8 Answers 894 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
percepticon
Top achievements
Rank 1
percepticon asked on 03 Oct 2017, 06:03 PM

Hi All,

ld

I've installed the Telerik nuget packages and now the credentials dialog pops up asking for my credentials repeatedly.  Is there a way to stop this?

8 Answers, 1 is accepted

Sort by
0
Accepted
Lance | Senior Manager Technical Support
Telerik team
answered on 03 Oct 2017, 06:39 PM
Hello Percy,

This is a known issue with some versions of Visual Studio and credentials managers. This will happen for any private NuGet package source, not just the Telerik NuGet server.

You can however, add a config file to Visual Studio's NuGet package manager to remember your credentials (because that checkbox never does). Here is one blog post that shows you how, if that doesn't work for you, you can find many other threads discussing this online.

Regards,
Lance | Tech Support Engineer, Sr.
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
percepticon
Top achievements
Rank 1
answered on 03 Oct 2017, 07:23 PM

Thanks Lance, I'll give that a try!

0
karthik
Top achievements
Rank 1
answered on 14 May 2018, 06:54 AM

Hi Team,

 

Which control will use to archive login option in the visual studio while configuring NuGet feed?

https://docs.telerik.com/devtools/aspnet-ajax/installation/installing-the-telerik-controls-from-nuget-package#telerik-nuget-feed-in-visual-studio

Provide some suggestion for me?

Thanks in advance. 

 

 

 

0
Lance | Senior Manager Technical Support
Telerik team
answered on 14 May 2018, 01:06 PM
Hi Karthik,

I'm not sure what you're asking. You can enter your credentials into Visual Studio as seen in that screenshot. When you firts try to connect to the server, Visual Studio will prompt you to log in.

If you're previously logged in, but need to update your password, you'll need to update your stored credentials. There are two most commonly used approaches:



1 - Use the NuGet CLI 

nuget.exe sources Add|Update -Name PACKAGE_SOURCE_NAME -UserName YOUR_TELERIK_USERNAME -Password YOUR_PASSWORD


2 - Windows's Credential Manager



Regards,
Lance | Tech Support Engineer, Sr.
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
karthik
Top achievements
Rank 1
answered on 14 May 2018, 05:13 PM

Hi Lance,

Thanks for your reply.

https://stackoverflow.com/questions/50324139/how-to-enable-login-option-while-configuring-my-nuget-private-feed-in-visual-s

How to achieve this?

Thanks in advance.

 

0
Lance | Senior Manager Technical Support
Telerik team
answered on 14 May 2018, 05:49 PM
Hello Karthik,

If I'm reading that correctly, you want to host your own NuGet server for your packages? We do not have any documentation to help as NuGet or Visual Studio is not a Telerik Product.

I recommend the checking the NuGet documentation for further guidance.

Regards,
Lance | Tech Support Engineer, Sr.
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Michael
Top achievements
Rank 1
answered on 21 Mar 2019, 12:00 PM

I'm having a problem where the nuget.telerik.com window keeps popping up and I am unable to install any nuget packages because of this. I never had this problem previously. 

Any ideas on why this happens? And how do I solve this problem?

0
Lance | Senior Manager Technical Support
Telerik team
answered on 22 Mar 2019, 09:47 PM
Hi Michael,

This is probably happening because the stored credentials are wrong, or are not successfully saving. The best option here is to just delete them entirely.

1. Close Visual Studio
2. Open the windows Credentials Manager
3. Switch to the Windows Credentials tab
4. Scroll through the list and locate every "nuget.telerik.com" item and delete it
5. Reopen Visual Studio and try installing a package again

At this point, there are no stored credentials, so you'll get a sign in popup again when Visual Studio's nuGet Package Manager tries to connect to the Telerik NuGet server.

A couple notes:

- Use the Telerik account that has a license to the product you're trying to install
- If you change your Telerik password, you will need to update that credential

Regards,
Lance | Technical Support Engineer, Principal
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
percepticon
Top achievements
Rank 1
Answers by
Lance | Senior Manager Technical Support
Telerik team
percepticon
Top achievements
Rank 1
karthik
Top achievements
Rank 1
Michael
Top achievements
Rank 1
Share this question
or