Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-identity

How to set the valid time for a password reset link generated with asp indentiy

How to make one-to-many relationship with asp identity users

How do you manually set a logged in Identity User?

c# asp.net asp.net-identity

My IUserClaimsPrincipalFactory implementation is causing StackOverflowException on IdentityServer4

How does OnValidateIdentity ASP.NET Identity work

Using ASP.NET Identity in an ASP.NET Core MVC application without Entity Framework and Migrations

How to add claims to the HttpContext User on sign in

Asp Core Identity, How to get userId after login?

aspnetcore.identity - in role, but getting denied access

Is it ok to expose messages from the `IdentityError` class?

Extend identity for SMS OTP based login

MVC WebApplication no longer starts in IIS Express (redirects to https://localhost in Chrome)

Get current ApplicationUser in layout view

How to Add another Propertys to User.Identity From table AspNetUsers in identity 2.2.1

What happen if Cookie 'Expires/Max-Age' is 'N/A' or not set

cookies asp.net-identity

Why call SignOut(DefaultAuthenticationTypes.ExternalCookie) before use of ApplicationCookie with ASP.Net Identity?

c# asp.net asp.net-identity

EF Code First The INSERT statement conflicted with the FOREIGN KEY constraint

When will VerifyHashedPassword result be SuccessRehashNeeded

How to specify the destination for an existing ClaimsIdentity?

User login not being authenticated using OWIN bearer tokens