I want to implement multiple auth providers (like stackoverflow). I have downloaded the dotnetauth library. However, I have one generic question about the overall architecture of my web application. What’s the best way to determine which auth provider (fb, twitter, openid) a user has chosen so that I can make a request to that provider? Maybe I can set a cookie the first time that user logs in with his chosen provider?
I want to implement multiple auth providers (like stackoverflow). I have downloaded the dotnetauth
Share
I have been considering this question for a while and this is my conclusion:
I have started implementing this, and so far so good.