Top "Asp.net-identity" questions

The ASP.

AngularJS + ASP.NET Web API + ASP.NET MVC Authentication

I am new to AngularJS and trying to evaluate it for my new web application. Requirement: I will have one …

asp.net-mvc angularjs asp.net-web-api forms-authentication asp.net-identity
How can I get a users role inside a WebAPI method without a lookup to the AspNetUserRoles table?

I have a stored procedure that updates status. Depending on the role of the user the stored procedure has code …

asp.net asp.net-mvc asp.net-web-api asp.net-identity asp.net-identity-2
How to change error message in ASP.NET Identity

I have one question. I'm trying change error message in Identity ASP .NET and I don't know how do it. …

asp.net identity asp.net-identity
Role Claims in ASP.NET Core Identity compared to Role Permissions in custom auth

Lets step away from ASP.NET Identity for a sec and lets say we are building a custom authentication/authorization …

c# asp.net asp.net-core asp.net-identity asp.net-core-identity
ASP.NET Core 2.1 Identity: How to remove the Default UI razor pages?

Expanding the answer in this question: Change routing in ASP.NET Core Identity UI? Javier recommends one of the following …

asp.net asp.net-identity razor-pages asp.net-core-2.1
Identity Provider and Unity Dependency Injection

I have downloaded this sample in which I can try the features of Identity Provider in ASP.NET MVC 5: http://…

c# asp.net-mvc dependency-injection asp.net-identity
How to set password rules for ASP.NET identity?

In my ASP.NET applications I have following settings in DefaultMembershipProvider and SqlMembershipProvider in web.config: enablePasswordRetrieval="true" passwordFormat="Clear" …

asp.net asp.net-membership visual-studio-2013 sqlmembershipprovider asp.net-identity
'Microsoft.Owin.IOwinContext' does not contain a definition for 'GetUserManager' and no extension method?

The following code is copied from the Asp.Net Identity 2.0 sample. private ApplicationUserManager _userManager; public ApplicationUserManager UserManager { get { return // Error _…

asp.net asp.net-mvc-5 asp.net-identity asp.net-identity-2
How to configure sender email credentials for ASP.NET Identity UserManager.SendEmailAsync?

I am developing an Asp.net web application. In my application, I am setting up user email confirm and password …

asp.net-mvc email asp.net-identity email-client
How to properly set session timeout using .netcore 2.0 identity and cookie authentication

I'm trying to use identity with cookie authentication in an asp.netcore 2.0 MVC app. I want to set session timeout …

asp.net-identity asp.net-core-2.0 session-timeout cookie-authentication