multiple_matching_tokens_detected with ADAL

前端 未结 3 660
被撕碎了的回忆
被撕碎了的回忆 2020-12-19 11:55

I have a service that uses Azure access tokens that we retrieve using ADAL. We have several hundred customers, but for some reason there are two of them that sporadically ge

3条回答
  •  遥遥无期
    2020-12-19 11:57

    If this is still relevant, I had similar problem with multiple_matching_tokens_detected error and I found this:

    https://developercommunity.visualstudio.com/content/problem/17315/cant-add-new-account-with-vsts-online-failed-to-re.html

    As Alex at the answer there mentioned (You need to do this on the client machine) :

    1. Close all Visual Studio instances (In your case - close all client apps I suppose).
    2. Delete %LOCALAPPDATA%\.IdentityService.
    3. Enjoy.

    Worked for me like magic

提交回复
热议问题