Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-identity

Initializing and seeding Identity's DbContext in App_Start

ASP Identity GenerateUserTokenAsync(string purpose, TKey userId) purpose options

Get all users within a role. ASP.NET Identity

Where are the AllowOnlyAlphanumericUserNames and UserValidator properites in ASP.Net Identity Core?

Configuring IdentityServer 4 with Identity, combining services.AddAuthentication() and services.AddIdentity()

.Net Core auto-generated string primary key

Implementing authentication and authorization with React hooks, .NET Core Web API, and SQL Server

MVC5 ApplicationUser custom properties

ASP.NET Identity external authentication provider custom icon

How to use IdentityServer4 with Custom password validation with ASP.NET Microsoft Identity

Asp.Net Core: Add data to IdentityDbContext or use DbContext

OWIN/Identity 2.0 - Changing pk from string to GUID

Why in Asp.Net Identity 2.0 PhoneNumber is [nvarchar](max)

ASP.net Identity 2.1 Get all users with roles

How can the Identity.GetUserId() be made to return a Guid instead of a string?

Can two different OWIN applications authorize an OAuth2 bearer access token? [duplicate]

ASP.NET with OpenIdAuthentication: redirect to url if not authorized

How do I get the current logged in user ID in the ApplicationDbContext using Identity?

Unable to access CreateAsync in User Manager

Customising the OWIN/Katana UserManager factory behaviour