开发者

Should I use the DotNetOpenAuth OAuthAuthenticationModule or not?

In dnoa's web rp application template for visual studio, there is an HttpModule named OAuthAuthenticationMod开发者_如何学Goule. However, I can't tell how it's used, since it doesn't look like the vs template (the MVC one anyway) does any OAuth authentication out of the box.

The samples in version 3.5.0.10213 of DotNetOpenAuth don't seem to use any custom HttpModules. Instead, there are different consumer classes for Facebook, Twitter, etc, which wrap the TokenManager calls. I can only get these consumers to work by removing the references to this module from web.config (as documented here).

If I want to authenticate against different OAuth providers (i.e. user chooses either Facebook or Twitter), should I follow the XyzproviderConsumer examples in the 10213 build? Or should I be using this HttpModule instead?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜