PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Active directory "Single sign on"
Active directory "Single sign on"
Débuté par Alberto, 01 oct. 2015 16:48 - 1 réponse
Membre enregistré
3 messages
Posté le 01 octobre 2015 - 16:48
Hello,

I would like to implement "single sign on" in my web application. i.e. I want to query Active Directory to determine who the current authenticated AD user is and then compare that against an internal table in my hf/sql for the application's profile (user/manager/administrator).
Up to now I'm using webdev's "groupware", but I want to implement my web application
Does anyone has still face it and find out a solution ?

Thanks
Alberto
Posté le 15 octobre 2015 - 18:31
If you are using IIS and you site is for intranet only it's easy, modify the WD200AWP alias in the IIS to use windows Authentication.
Use the networkuser function to know what is the user.