Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Apache mod_auth_sspi module authentication |
|
Author |
|
osakthivel
Joined: 24 Oct 2017 Posts: 1 Location: India
|
Posted: Mon 13 Nov '17 9:08 Post subject: Apache mod_auth_sspi module authentication |
|
|
Hi All,
I have php intranet application hosted in windows server (https://mydomain.com), by using Apache web server.
In my Apache web server configuration, I have used module mod_auth_sspi to authenticate windows users.
While accessing the application, user authentication popup is coming. I want to block the authentication even at first time.How to block the authentication popup?.
The below configuration i have used in httd.conf file.
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
AuthName "Moodle at My College"
AuthType SSPI
SSPIAuth On
SSPIOfferBasic Off
SSPIAuthoritative On
SSPIDomain mydomain.com
require valid-user
Thanks in advance. |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Thu 16 Nov '17 0:44 Post subject: |
|
|
Depends on the browser. IE has a special setting [1] in the options (advanced) to make this work. I forgot what if anything needs to be changed in Firefox and clones. Safari will never stop. Only IE will never ask once the special setting is turned on, or so I remember.
[1] Enable Integrated Windows Authentication |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Tue 21 Nov '17 17:28 Post subject: |
|
|
In firefox it was Network.auth.use-sspi, not sure if that is still the same.
in about:config search for sspi |
|
Back to top |
|
|
|
|
|
|