Top "Identity" questions

An inherent property of an entity that distinguishes that entity from all others.

ASP Core: How to set httpContext.User?

I writing middleware for authentication with tokens. (don't ask me: "why?"). ... private UserManager<ApplicationUser> userManager; private RequestDelegate next; …

asp.net identity httpcontext
SCIM (System for Cross-domain Identity Management) library for C#

The SCIM standard was created to simplify user management in the cloud by defining a schema for representing users and …

c# .net identity scim
Keep value of autonumber column when importing into Microsoft Access database

What I try is to import several tables programmatically from Microsoft SQL Server to Microsoft Access. Each SQL Server table …

sql ms-access identity autonumber
Change username in MVC 5

I am using ASP.NET MVC5 and Identity 2.0 (beta). It is possible for users to change the username? I am …

identity membership username asp.net-mvc-5.1
how i can identify which process is making UDP traffic on linux?

my machine is continously making udp dns traffic request. what i need to know is the PID of the process …

linux udp identity traffic