Windows Live ID seems to be giving back a different User Token for the same User on different Apps.
Heres the scoop.
Windows Live ID is supposed (i think) to give me Unique User Token. I want to use this to identify the user. My App is 2 parts ... 1 = ASP.NET webapp...2 is WPF. (Same DB / User Table)
Problem:
When user logs in to ASP.Net - I get UserToken = 00202009399.
When user logs in to WPF - I get UserToken = 00829909233.
Question:
- Is this a glich? If so - what is a work around?
(If this is planned behaviour - I can only think MS wants to separate User Tokens per Application or Domain)
- Is there a setting to Tell LiveID that these 2 differnt Apps (WPf & ASP.Net ) are from same Orginization/Owner/Azure Account?