dlmelendez/identitydocumentdb

Unable to add claims

Closed this issue · 0 comments

When adding claims, I get an "ArgumentNullException: Value cannot be null. Parameter name: documentLink" after successfully creating a user...

result = await userManager.AddClaimAsync(user, new Claim(ClaimTypes.Role, "Admin")).ConfigureAwait(false);