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
Why std::hash<int> seems to be identity function

#include <iostream> int main() { std::hash<int> hash_f; std::cout << hash_f(0) <&…

c++ debugging c++11 identity stdhash
What is the practical use of the identity function in R?

Base R defines an identity function, a trivial identity function returning its argument (quoting from ?identity). It is defined as : …

r functional-programming identity
How to 'select' the current identity value for a table?

dbcc checkident (MyTable, NORESEED) Will show the identity value in a message. I can't see the message as I need …

.net sql-server-2005 identity datareader
ASP.NET Core 2.2 Create IdentityUser

Brand new to ASP.Net Core. Having to create an asp.net core 2.2 project with Identity (and have users seeded). …

asp.net-core identity seeding asp.net-core-identity usermanager