MVC 5 Owin Facebook Auth results in Null Reference Exception

后端 未结 11 1148
忘了有多久
忘了有多久 2020-12-01 11:52

I\'m trying to setup integrated OWIN Facebook authentication in a new MVC 5 project in Visual Studio 2013. I have configured apps and keys as per this tutorial:

http

11条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-01 12:59

    If your stack trace contains DotNetOpenAuth.AspNet then is the same bug as has apparently existed for two years in DotNetOpenAuth/DotNetOpenId.

    NullReferenceException in DotNetOpenAuth

    https://github.com/DotNetOpenAuth/DotNetOpenAuth/issues/317#issuecomment-29580565

    The owner of those libraries indicate MS has abandoned them, although it looks from your defect like they are probably actually moved into MS code.

    If so, does that mean OSS got buried into closed code?

    Would love to see your stack trace.

提交回复
热议问题