c# - How to store additional fields from Google/Facebook using SimpleMembership & mvc4 -
the mvc4 internet template have following code
oauthwebsecurity.createorupdateaccount(result.provider, result.provideruserid, user.identity.name);
is there support persisting other attributes such country, last/first names etc. or roll own using ef/other orm ?
you can't add additional fields membership db through existing api. can use provideruserid
map own entity 1 in membership database.
Comments
Post a Comment