认证&授权系统
我在 .net 中设计一个应用程序,现在我必须决定什么是最好的身份验证方法。该应用程序有一个公共网站客户端和一个私有后台 WPF,两者都与 WCF 层一起工作。 我希望能够允许用户从 facebook 和其他外部站点登录,但又不会失去 WCF 的 ASP.net 成员资格功能。 我的问题是开发此功能的最佳方法是什么?
欢迎任何答案。
提前致谢
Im designing a application in .net and now im comming to the point when i have to decide what would be the best authentication method. The application has one public Web site Client and a private backoffice WPF both working with an WCF layer.
I would like to be able to allo the users logging from facebook and other external sites but without losing the ASP.net membership capabilities for WCF.
My question is what would be the best approach to develop this feature?
Any answer are welcome.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该探索 Windows Identity Foundation 和 OAuth 和相应的 .NET 库 oauth-dot-net。
You should explore Windows Identity Foundation and OAuth and the respective .NET library oauth-dot-net.