Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-identity

MVC AuthenticationManager.SignOut() is not signing out

Transactions with ASP.NET Identity UserManager

Can you extend HttpContext.Current.User.Identity properties

The type ApplicationUser cannot be used as type parameter 'TUser' in the generic type or method 'IdentityDbContext<TUser>'

How to check password manually in Asp.Net identity 2?

ASP.NET Identity: get all users in a role

Example of using ASP.NET Identity 2.0 UserManagerFactory with UseOAuthBearerTokens method?

Add column in table with ASP.NET identity

Change OWIN Identity password with out old password by code?

AspNet Core Identity, how set options.Cookie.SameSite?

How does IdentityFactoryOptions<AppIdentityUserManager> options get set?

Renaming dbo.AspNetUsers table

Why so many repositories in ASP.NET Identity's `UserStore`?

What is Membership Provider on MVC 5?

ASP.NET 5 / MVC 6 On-Premises Active Directory

How to use ASP.NET Core resource-based authorization without duplicating if/else code everywhere

Insert dependent entity with ApplicationUser

Extending ASP.NET Identity Roles: IdentityRole is not part of the model for the current context

Asp.NET Identity Custom SignInManager

WebApi + Simple Injector + OWIN