且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Adobe AIR应用程序可以实现对Active Directory SSO身份验证?

更新时间:2023-12-04 23:29:34

我已经成功安装的Tomcat 6.0.26在CentOS 5.4(最终)与Java 1.6.0_17-B04使用SPNEGO Servlet过滤器从spnego.sourceforge.net运行自动验证的WindowsXP SP3与IE浏览器7.0针对Windows 2003 R2 Active Directory域。另外,我有一个Intranet上的使用而开发的Adobe AIR应用程序也可以通过SPNEGO认证就像IE7。

I have successfully setup Tomcat 6.0.26 running on CentOS 5.4 (Final) with Java 1.6.0_17-b04 using the SPNEGO servlet filter from spnego.sourceforge.net to automatically authenticate WindowsXP SP3 with IE 7.0 against a Windows 2003 R2 Active Directory domain. In addition, I have an Adobe AIR application developed for use on an intranet that can also authenticate via SPNEGO just like IE7.

在得到Tomcat的工作在CentOS,我也跟着pre-飞行检查表,并在sourceforge.net安装指南-tomcat的链接获得的Tomcat使用的是Windows XP的服务器上SPNEGO过滤器。一旦我得到的东西设置,使IE浏览器可以自动验证,Adobe AIR的只是工作。

Before getting Tomcat working on CentOS, I followed the "pre-flight checklist" and "install guide-tomcat" links at sourceforge.net to get Tomcat working with the SPNEGO filter on a Windows XP server. Once I got things setup so that IE could auto-authenticate, Adobe AIR just worked.

有一次,我的用户名,我写了一些code拉用户组从AD LDAP。 //论坛:帮助链接对Java LDAP code可在开始 HTTP被发现。 sun.com/thread.jspa?threadID=726601

Once I had the username, I wrote some code to pull user groups from the AD LDAP. Helpful links for Java LDAP code may be found at starting at http://forums.sun.com/thread.jspa?threadID=726601.