PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Active directory "Single sign on"
Active directory "Single sign on"
Iniciado por Alberto, 01,oct. 2015 16:48 - 1 respuesta
Miembro registrado
3 mensajes
Publicado el 01,octubre 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
Publicado el 15,octubre 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.