#SharePointProblems | Koskila.net

Solutions are worthless unless shared! Antti K. Koskela's Personal Professional Blog

How to nuke the Identity Cache in Visual Studio?

koskila
Reading Time 2 min
Word Count 359 words
Comments 0 comments
Rating 5 (2 votes)
View

This article explains one easy workaround to a lot of Visual Studio authentication issues. Personally, it's helped me multiple times when Cloud Explorer has gotten into a weird authentication loop or Visual Studio stops seeing my MSDN subscription. And it also helps you clean up any old and unused credentials - such as the ones you only used once in 2018 to log into a customer's Azure environment to debug an issue they had with their AppInsights extension on an app service (and that ended up being Microsoft running v3 of their extension in v2 mode by default, where it'll crash if it gets more than 10 lines of logging per second. No, I'm not bitter.)

Anyway. What was the issue at hand again?

Problem

There are plenty of situations when Visual Studio might get confused by the different accounts you use for your different workflows and environments. You might get plenty of different symptoms - at worst, you might get locked out of your Visual Studio. A milder case might just bug your Cloud Explorer, like the example shown below.

"Subscriptions could not be loaded. Please try reentering

"Subscriptions could not be loaded. Please try re-entering credentials or removing and re-adding the account." on Visual Studio Cloud Explorer.

Gets pretty annoying. But okay - how do we fix this?

Solution

Before taking the steps below, make sure you do actually have your credentials logged in a password manager somewhere. You'll need to reauthenticate at the end of the process.

Time needed: 10 minutes.

How to nuke Identity Cache in Visual Studio?

  1. Close all instances of Visual Studio

    This is quite important because otherwise, you won't be able to clear the cache as it's in use.

  2. Navigate to .IdentityService

    Should be pretty simple - fire up your File Explorer and navigate to fire up your File Explorer and navigate to C:\Users\username\AppData\Local\ (where username is your local user name)

    This image has an empty alt attribute; its file name is image-6.png

  3. Remove the folder

    Go ahead and remove the folder - your Visual Studio will be rebuilding it in a moment anyway.

  4. Restart Visual Studio - and you should have gotten rid of the accounts!

    All good? All good!

And that's about it for today!

References

Comments

Interactive comments not implemented yet. Showing legacy comments migrated from WordPress.

No comments yet.

Whitewater Magpie Ltd.
© 2025
Static Site Generation timestamp: 2025-08-26T05:15:56Z