We use Visual Studio 2019 with Azure DevOps and a Git repo for source control. Our logins are our identities from our Azure Active Directory.
Over this past weekend, we migrated from one Office 365 tenant to a new Office 365 tenant, and with that came a new Azure Active Directory. We transferred our custom domain name to the new tenant and it is now the same as it was on the old tenant.
The problem now is with Visual Studio 2019 - it seems to be caching our old logins. We have uninstalled and re-installed VS, but it seems that doing that doesn't actually clear everything. It looks like our old creds are still cached.
The reason I'm pretty certain that this is a Visual Studio-specific issue is that we are all able to login to our repos at visualstudio.com and we can see everything just as it was before the migration (we did the proper migration of Azure Active Directory within DevOps - that was successful). Further, when you browse to our repo from within Visual Studio, it brings us to a completely different link and empty repo.
Does anyone know how we can completely clear all account caches from Visual Studio? Uninstalling VS apparently doesn't do it.