Single Sign On with apache on windows 7 and mod_auth_sspi

◇◆丶佛笑我妖孽 提交于 2019-12-03 20:53:47
Amila

Do the following:

  1. Add Integrated Authentication of IE's advanced security.
  2. Add your urls (http://my-ip-address/) to trusted zones.

I know this is an old post, but have you checked to see if you add your site in the trusted list in IE, that it stops the popup to appear? If you do this, in conjunction with require valid-user, it should work (with mod_auth_sspi).

Tools > Options > Security Tab > Local Intranet > Sites (button) > Advanced (button) > Add site using this screen

HTH!

ps: in PHP, the following variables would have the desired info: $_SERVER["REMOTE_USER"] AND $_SERVER["PHP_AUTH_USER"]. They would contain "domain/user_name".

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!