How to use [Authorize] and [FacebookAuthorize] in mvc3 web app using mixed membership

天大地大妈咪最大 提交于 2019-12-06 15:30:44

Call the standard FomsAuthentication.SetAuthCookie method upon completing the Facebook OAuth flow. The Authorize attribute should then work properly.

We have used a global filter attribute. We've created that one our self. If somebody has a better idea, I'm open for suggestions!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!