The third release of the ASP.
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-3Hello, 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-webapiI 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-3I'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-3All 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-3I'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-3I 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-3This 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-3Starting 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-3I'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