<div class="post-text" itemprop="text">
I using Windows Azure Active Directory log in (WS-Federation) in my web site (MVC 5). Also I am trying to integrate OAuth login for Facebook, Linkedin, Google+, MS Live and Yahoo from following post:
http://www.asp.net/mvc/tutorials/mvc-5/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on
Problem is if I have configured WAAD login in my Web.Config file I can't use OAuth from that post, it breaks! If I turn of WAAD in Web.Config file, OAuth starts to work.
Is it possible to use WAAD and OWIN OAuth (from mentioned post) in same website and same project? If is answer YES, can somebody give me some advice or instructions?
Thanks
Go to the complete details ...