I am storing response from opeid provider using
NameValueCollection query = HttpContext.Current.Request.QueryString;
I am sending request for emailid
as
"&openid.ax.type.email=" +
HttpUtility.UrlEncode("http://schema.openid.net/contact/email"))
but receiving emailid in openid.ext1.value.email
in some case and openid.ax.value.email
in others.
How can i solve this problem?