Connecting flex/php to Active Directory

Posted by modz0r on Stack Overflow See other posts from Stack Overflow or by modz0r
Published on 2010-05-13T10:59:37Z Indexed on 2010/05/13 11:04 UTC
Read the original article Hit count: 135

Filed under:
|
|

Is there a way to connect my flex web application to Active Directory, and get the logged username?

Right now we have a PHP script connected to the flex application, that gets user/pass input from the user and checks if there's such user in the AD, and that the password is correct.
I don't want to ask for user/pass, but to make the application get the domain username that connected to it, so I could use it (check if the user has access to my application and such).

Is there a way to do so?

© Stack Overflow or respective owner

Related posts about flex

Related posts about php