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

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -