Hey there,
I'm getting the following error when trying to access one of our https://pkgs.dev.azure.com instance feed:
System.Net.WebException: The remote server returned an error: (401) Unauthorized.
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
I get this error when I create the connector using my username (Username@__domain__.com) and matching password.
If I create a personal access token (PAT) for this user on the Azure Devops cloud Instance then create a the connector using token username and the token value as password it works just fine.
Are Username and Password not suppported for Azure DevOps cloud feed?
It's annoying because our PAT are valid for only 1 year and it adds some PAT managing we would like to avoid.
Thanks,
Nicolas