We have an application that is located on our Windows desktop on our intranet using WAMP (W for Windows, P for PHP). We need to implement a new functionality - check the user using his / her windows, registered with credentials, whenever a user visits our intranet site.
Here I miss the basic concepts of its implementation - how can I access the current windows registered in the user's details in PHP.
Is there a way to determine who the current user is and pass this data to users for verification on our LDAP server for verification?
Programmer
source share