tags:

views:

49

answers:

1

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#...

+1  A: 

Assuming you'll be using DotNetOpenAuth, see these pages:

  1. Simple Registration
  2. AXFetchAsSregTransform

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.

Andrew Arnott