简体   繁体   English

外部访问的中央认证系统

[英]Central authentication system for external access

I have been looking for a SSO system. 我一直在寻找SSO系统。 So far I have found CAS. 到目前为止,我已经找到了CAS。 I wondered if there are any other solutions, and how stable CAS is? 我想知道是否还有其他解决方案,CAS的稳定性如何?

It would be used for the authentication of many different apps in a large school - so it needs to be stable and reliable. 它可用于大型学校中许多不同应用程序的身份验证-因此它需要稳定可靠。 It also needs to be able to be integrated with Active Directory and to work with PHP and ASP. 它还需要能够与Active Directory集成以及与PHP和ASP一起使用。

The ADFS 2 sounds like a perfect choice for you. ADFS 2听起来是您的理想选择。 It is a free subsystem implementing the WS-Federation SSO protocol. 它是实现WS-Federation SSO协议的免费子系统。 The protocol itself is a standard from the WS-* family which means that you can easily find toolkits to support authentication in any client technology (.NET, PHP, Java). 该协议本身是WS- *系列的标准,这意味着您可以轻松地找到支持任何客户端技术(.NET,PHP,Java)中的身份验证的工具箱。

Technically, ADFS 2 is a web application running on IIS 7.5/Windows Server 2008 and uses Active Directory as a backend. 从技术上讲,ADFS 2是在IIS 7.5 / Windows Server 2008上运行的Web应用程序,并使用Active Directory作为后端。

http://www.microsoft.com/download/en/details.aspx?id=10909 http://www.microsoft.com/download/en/details.aspx?id=10909

There are good books on the WS-Federation protocol programming: 关于WS-Federation协议编程的好书:

Claims Based Identity and Access Control (free ebook) 基于声明的身份和访问控制(免费电子书)

http://msdn.microsoft.com/en-us/library/ff423674.aspx http://msdn.microsoft.com/en-us/library/ff423674.aspx

Programming Windows Identity Foundation 编程Windows Identity Foundation

http://www.amazon.com/Programming-Windows-Identity-Foundation-Dev/dp/0735627185 http://www.amazon.com/Programming-Windows-Identity-Foundation-Dev/dp/0735627185

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

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