Ayham Fakihani
Results
2
comments of
Ayham Fakihani
I think the bug is caused by an incorrect implementation here: https://github.com/umbraco/Umbraco-CMS/blob/release-9.3.1/src/Umbraco.Infrastructure/Persistence/Repositories/Implement/ExternalLoginRepository.cs See line 245 then 254, in case the tokens to be deleted are not present in the `existingTokens...
not 100% sure, but i think line 245 doesn't actually make sense in this context.. We want the list of stored tokens for that user to match the state provided...