I'm wanting to save some OpenId fields to a localdatabase table, such as
•Full Name •openid url •passworg
how to get those attributes from openid server?
please send me some example code in asp.net, c#...
I'm wanting to save some OpenId fields to a localdatabase table, such as
•Full Name •openid url •passworg
how to get those attributes from openid server?
please send me some example code in asp.net, c#...
Assuming you'll be using DotNetOpenAuth, see these pages:
And know that for some providers like Google, the only way to get email address is to mark it as Required when you formulate the request.