简体   繁体   English

认证授权系统

[英]Authentication & Authorization system

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. 我在.net中设计一个应用程序,现在我不得不决定什么是最好的身份验证方法。 The application has one public Web site Client and a private backoffice WPF both working with an WCF layer. 该应用程序具有一个公共网站客户端和一个私有后台WPF,它们都与WCF层一起工作。 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. 我希望能够分配从Facebook和其他外部站点登录的用户,但又不丢失WCF的ASP.net成员资格功能。 My question is what would be the best approach to develop this feature? 我的问题是,开发此功能的最佳方法是什么?

Any answer are welcome. 欢迎任何答案。

Thanks in advance 提前致谢

您应该探索Windows Identity Foundation和OAuth以及各自的.NET库oauth-dot-net

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM