简体   繁体   English

Flex应用程序中的Windows身份验证

[英]Windows authentication in Flex application

does anyone have an idea or developed before windows authentication through flex application. 在通过Flex应用程序进行Windows身份验证之前,没有人有任何想法或开发的。 I know this maybe sounds silly, but could be very handy. 我知道这听起来很傻,但可能非常方便。 :) :)

I have a semi solution when user enters his/her AD username and password, and application send this data to web service which handles AD authentication, but this is one extra step which will give full comfort for users. 当用户输入自己的AD用户名和密码时,我有一个半解决方案,应用程序将此数据发送到处理AD身份验证的Web服务,但这是一个额外的步骤,它将为用户带来极大的舒适感。 I can not right now think of any way how to accomplish this, but I am hoping that someone could have solution. 我现在无法想到如何实现这一目标,但我希望有人可以解决。 :) :)

Thanks in advance, 提前致谢,

Deveti 德维蒂

The easy solution is to do the authentication on server and give access to the flex app only after the login. 一种简单的解决方案是在服务器上进行身份验证,并仅在登录后才能访问flex应用。

I've done this with Java (Seam) on the server side, with jcifs I can use ntlm so user doesn't have to write username/password and then give access to the flex app. 我已经在服务器端使用Java(Seam)进行了此操作,使用jcifs可以使用ntlm,因此用户不必编写用户名/密码即可访问flex应用程序。

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

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