0

I begin to test an asp.net mvc application with authication based on azure. The application is declared in azure and work properly. Now i need to store in my application data link to the connected user. What is the best field to use in my database to make the link between data and users ? For example, Email seems not to be a good idea because it could change ?

Thanks in advance for any suggestions.

sly
  • 79
  • 9
  • Your question is all over the board - Azure, ASP.Net MVC, Database. Could you narrow down the question? – Win Oct 05 '16 at 12:54

1 Answers1

0

Sorry for the confusion.

I find the answer. The objectid seems to be the more appropriate way to identify user and store in local database information about user. This link explain the way to get it.

Thanks

Community
  • 1
  • 1
sly
  • 79
  • 9