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.