Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-identity

System.InvalidOperationException: 'Unable to resolve service for type 'Microsoft.Extensions.Logging.ILogger`1

Use Authorization Roles and Policies in Blazor WebAssembly with Identity?

JWT Bearer Token not working with ASP.Net Core 3.1 + Identity Server 4

ASP.net MVC + ASP.net Identity Seeding roles and users

Mass Insertion of Users/Passwords into ASP.Identity Users and Memberships Tables

asp.net asp.net-identity

How do ASP.NET Identity framework (forms) with bootstrap

Overlap User Login in Two Projects with ASP.NET Identity

Why can't I log in as the seeded user?

ASP.NET Indentity Confirmation Token ridiculously long - any way to shorten this?

asp.net asp.net-identity

SignatureVerificationFailedException in JwtAuthForWebAPI

How to secure IdentityManager with IdentityServer v3

How can I change the table names used by asp.net identity 3 (vnext)?

Sent Email at regular Interval to user for Password updation

Asp.net core - no such table: AspNetUsers

how to get claims of another user using ASP.NET Core

Dapper MySQL return value

ASP.NET Core Identity. Using ApplicationDbContext and UserManager. Do they share the context?

Use of ConfigurationDbContext in IndetityServer4 from different API's

Identity Framework seed method does not save newly created user when called from Global.asax.cs

Can we extend HttpContext.User.Identity to store more data in asp.net?