Visual Studio Continually Prompts to Sign Into Microsoft Account
Is Visual Studio continually prompting you to sign into your Microsoft account (sometimes failing), even though the information is correct?
You can find the logs in %USERPROFILE%\AppData\Local\Temp\servicehub\logs to see more information.
Inside those logs, there can be various messages, but many should be similar to "Problem Acquiring a token".
Example
After searching and trying a ton of solutions, I found the one that should work for every issue related to acquiring tokens in Visual Studio.
The Solution
The next time you open Visual Studio your sign-in with your Microsoft Account should be successful.
Original Source: https://developercommunity.visualstudio.com/content/problem/17315/cant-add-new-account-with-vsts-online-failed-to-re.html