I have a Web Forms website using Forms Authentication with local Users and Rolls. I have added OAuth/OpenID support so that a user can login to the website using Google, Facebook, etc.
Once the user is logged in using an external login, how do I ascribe a roll to that user? Surely there must be a simple way of linking the external login to a local user account?
Someone must have done this already.
Any help would be most appreciated.