I have local table for user accounts
UserID(nvarchar),Password,email, lastname roles etc.
Now UserID is used in every child tables.I want to enable OPENID registration at the moment in my site , and will integrate local user registration functionality later.Should i Insert openid-claimidentifier into local user account (USERID column) or create separate table for openid. In case of creating separate table, I have no data for userid(i have not enabled local user registration).
kindly guide me.
Thanks.