Kathy_OC Posted September 22, 2008 Share Posted September 22, 2008 I have created a PHP application (my first!) on IIS for departments in our organization to request approval for technology purchases, but now an additional requirement has come up. The requesters should only be able to see the requests that they have submitted - not anybody else's. Also, the requester should not need to use a login/password to see their requests. So I'm looking for some way of validating the requester's identity maybe through a cookie (except that we probably need something more permanent and portable) or by somehow accessing their active directory information. Verifying their identity using active directory seems like the ideal solution, but I haven't managed to find a good source of information for how to do that. Does anyone have a good source for authenticating using active directory? Or are there other approaches that I should consider? Thanks, Kathy Link to comment https://forums.phpfreaks.com/topic/125339-user-authentication-active-directory-or/ Share on other sites More sharing options...
jonsjava Posted September 22, 2008 Share Posted September 22, 2008 fastest way to explain it: you need LDAP support, and the know-how to implement it The long explination: go here to bone up on it. Link to comment https://forums.phpfreaks.com/topic/125339-user-authentication-active-directory-or/#findComment-647856 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.