I have a design question. How to implement this scenario? (assume ASP.NET 4.5 and Web Forms)
- The user authenticates against Facebook or Google to login
- Certain user 'preferences' are custom profile properties that live in the scope of the local site
- Certain pages of the local site are protected to authenticated users
Principles: maximum reuse of controls out-of-the-box / ok to assume SQL Server Full
Thank you