Top "Asp.net-identity-3" questions

The third release of the ASP.

Creating a new AuthorizationHandler/IAuthorizationRequirement that uses a service

I am trying to create a new Authorization requirement, but it must use one of the services that I declare …

c# asp.net asp.net-mvc asp.net-core asp.net-identity-3
Password reset token provider in ASP.NET core - IUserTokenProvider not found

Hello, I googled thoroughly but there is hundred examples from ASP.NET but nothing about ASP.NET Core. In order …

c# asp.net-core asp.net-identity-3 asp.net-core-webapi
Why this violates the constraint of type parameter 'TUser'?

I am trying to customize asp.net identity entities with the following ones: public class User : IdentityUser<string, UserClaim, …

asp.net-core asp.net-identity asp.net-identity-3
Asp.Net core MVC6 How to initially add roles in Identity 3

I've looked for this in Stackoverflow and so far it appears there are plenty of questions on adding roles in …

asp.net-mvc asp.net-core asp.net-identity-3
How to use ASP.NET Identity 3.0 without Entity Framework

All examples I've seen by now for ASP.NET Identity 3.0 use Entity Framework to store user-related data. Are there any …

asp.net asp.net-core asp.net-identity-3
Checking login user AuthorizePolicy in Razor page on Asp.Net Core

I'm looking for a variant of this @if (SignInManager.IsSignedIn(User) && User.IsInRole(Roles.Administrator)) { <div id="…

asp.net-mvc razor asp.net-core-mvc asp.net-identity-3
Update Claims values in ASP.NET One Core

I have a Web Application in MVC 6 (Asp.Net One Core), and I'm using Claims based authentication. In the Login …

c# asp.net asp.net-mvc claims-based-identity asp.net-identity-3
InvalidOperationException: A circular dependency was detected for the service of type 'Microsoft.AspNetCore.Identity.UserManager

This happens after I customized the asp.net core identity services to support multi-tenancy based on This article. I simplified …

dependency-injection asp.net-core-mvc asp.net-identity-3
Redirect Login to Controller Action

Starting with the ASP.NET 5 Web App Template using Individual User Accounts I have managed to get external authentication working …

asp.net-core asp.net-core-mvc entity-framework-core asp.net-identity-3
Is there UI to manage ASP.NET Identity users/roles compatible with ASP.NET 5?

I'm using: VS2015u2 ASP.NET 5 MVC 6 I'm looking for some UI to manage users/roles. Some things I've tried: …

asp.net asp.net-core-mvc asp.net-identity-3