Obtaining Google user ID in ASP.NET MVC4 -


folks,

i started work on asp.net mvc4 web application. added support local login login using google id (using oauthwebsecurity).

it seems user able login using google id. when examine membership.getuser(), see user name logged in user google email id.

as user can log in either locally or using google id, need have ability query local database using either local user id or google id.

i trying understand google id is. email address of user or there unique guid associated each google user. guessing must latter case. if is, how obtain google id? don't see property on membership class gives me information.

thank in advance help.

regards,
peter

the username google email address. openid account.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -