Posted on: 6/15/2015 11:10:45 PM | Views : 699

Hello,
I am just getting started with an MVC application after using web forms for many years with our own authentication or Windows AD. With the start of this new project I would like  to require 2 factor authentication for new applicants/members (as in the Customizing ASP.NET Authentication with Identity on MS Virtual Academy). I also would like to know if I could in addition to, use a SSO if users already had a Facebook, Google, Microsoft account. SO not an either or/instead of. I would like to use them together.  I didn't get that it was ever a choice in the demo. I am imagining that either I have the user make a choice how to register or login, or query the DB first and then SSO second if no account exists with local membership.
Has anyone done this and if you have, were there any thi ...

Go to the complete details ...