Will ClaimedIdentifier be changed?
I'm planning to store ClaimedIdentifier as a lookup field in my user data table. Will it become any problems in the future? I'm a bit worry.
eg:
var openid = response.ClaimedIdentifier.ToString();
It gives me the value: "https://www.google.com/accounts/o8/id?id=xxxxxxxx-e-xxxxxxxxxxxxxxxxxxxx"
I'm not quite sure to use this for looking up user in the datatable.
Many thanks.
Daoming.