AspNetCore.Identity.DocumentDb
AspNetCore.Identity.DocumentDb copied to clipboard
A Cosmos DB / DocumentDB Storage Provider for ASP.NET Core Identity
I have notice the project uses Microsoft.Azure.DocumentDB.Core, this library is deprecated and I understand is going to not be supported after August 31st, 2022. My question is: Is there a...
In Identity, sometimes all we have is a `UserId `or `UserName `only, but querying for as User with those already requires to know the according `PartitionKey`. A generic, fast and...
…ash with an empty password. So SetPasswordHashAsync should support empty password hash ---------- [03:01:38 Error] Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware An unhandled exception has occurred while executing the request. System.ArgumentNullException: Value cannot be null....
In the sample app, the extension method `AddDefaultDocumentClientForIdentity` is used. While this method exists in the source code, it does not exist in the NuGet library. Ah, the library hasn't...
TypeLoadException: Method 'NormalizeName' in type 'LookupNormalizer' does not have an implementation
Just created new empty ASP.NET Core 3.1 project, added `CodeKoenig.AspNetCore.Identity.DocumentDb`, and facing this exception: > System.TypeLoadException: Method 'NormalizeName' in type 'AspNetCore.Identity.DocumentDb.LookupNormalizer' from assembly 'CodeKoenig.AspNetCore.Identity.DocumentDb, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null' does not have...
If I create a user without claims it can log in without any errors. If I add some claims to the user upon registration then the user cannot log in....
Not sure if it's just me doing something wrong but i can create a user no problem (and then use that straight away). But if i log in again with...
Hi, I am running into a runtime error when logging in with a newly created user through: `result = await _userManager.AddLoginAsync` The same issue is mentioned [here](https://github.com/aspnet/Identity/issues/1364#issuecomment-323767718). Any input on...
Add tests for all UserStore methods that are not covered yet