AspNetIdentity icon indicating copy to clipboard operation
AspNetIdentity copied to clipboard

ASP.NET Identity for ASP.NET 4.x applications

Results 54 AspNetIdentity issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 3.0.1 to 4.2.2. Release notes Sourced from Microsoft.Owin's releases. 4.2.2 Release This release includes a fix for chunked cookies with missing values. The packages are available on...

dependencies

Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 3.0.1 to 4.2.2. Release notes Sourced from Microsoft.Owin's releases. 4.2.2 Release This release includes a fix for chunked cookies with missing values. The packages are available on...

dependencies

Bumps [Microsoft.Owin.Security.Cookies](https://github.com/aspnet/AspNetKatana) from 3.0.1 to 4.2.2. Release notes Sourced from Microsoft.Owin.Security.Cookies's releases. 4.2.2 Release This release includes a fix for chunked cookies with missing values. The packages are available on...

dependencies

Bumps [Microsoft.Owin.Security.Cookies](https://github.com/aspnet/AspNetKatana) from 3.0.1 to 4.2.2. Release notes Sourced from Microsoft.Owin.Security.Cookies's releases. 4.2.2 Release This release includes a fix for chunked cookies with missing values. The packages are available on...

dependencies

Similarly to the SameSite extension a few years ago, Google is planning to imminently change the default handling of third party cookies in Chrome (see https://developers.google.com/privacy-sandbox/3pcd/chips for more information). In...

I went through a guide describing how to configure navigation properties for the identity package and encounter a problem with relations between defined navigation properties, causing problem with eg. assinging...

I am trying to use [userManager.CreateIdentityAsync](https://github.com/aspnet/AspNetIdentity/blob/b7826741279450c58b230ece98bd04b4815beabf/src/Microsoft.AspNet.Identity.Core/UserManager.cs#L348C8-L348C8) method, but I get a NRE everytime. After debugging the code for AspNetIdentity, I have noticed that the NRE was thrown when calling [CreateAsync](https://github.com/aspnet/AspNetIdentity/blob/b7826741279450c58b230ece98bd04b4815beabf/src/Microsoft.AspNet.Identity.Core/ClaimsIdentityFactory.cs#L82)...

Hello, on nuget we can find the language files for many languages, like Microsoft.AspNet.Identity.Core.es for Spanish, for example. But we need language file for Dutch now and we can't find...

Anytime I call `userManager. AccessFailedAsync` the database is never updated and the code never fails. When I attempt to debug the code using the downloaded symbols, I am not able...

When adding multiple roles or generally updating a user's roles, I'd like to be able to just give `UserManager.AddToRolesAsync()` the full list of roles that the user should have and...