Questions tagged [integrated-authentication]
32 questions
12
votes
3 answers
Integrated Windows Authentication with Apache HTTP Server on Linux
What is the best way to enable Integrated Windows Authentication for a PHP web application running on Apache2/Linux? There is a Windows Domain Controller in the network which should be used for authentication.
I found these apache…
Florian Fankhauser
- 253
- 1
- 2
- 8
7
votes
5 answers
Integrated Windows Authentication not working in IE only
In my site I have one folder that does not allow anonymous access. It is set up to use Integrated Windows Authentication as it is on an AD domain. The login works fine in Firefox, Chrome, even Safari, but not IE8. Has anyone encountered this before?…
CoreyT
- 173
- 1
- 1
- 4
6
votes
1 answer
timeout during the post-login phase connecting to SQL Server 2012
I am trying to connect from desktop to SQL Server 2012 (on a different server) and getting the following error:
Connection Timeout Expired. The timeout period elapsed during the post-login phase. The connection could have timed out while waiting…
Felix
- 533
- 4
- 10
- 23
5
votes
3 answers
Kerberos - Adding a SPN to a Domain User
When adding a new SPN into the Kerberos domain, you have the option of mapping the SPN to a user. In general, I join the domain through Integrated Windows Authentication, and this creates a new computer account for the service, but now, I would like…
lululoo
- 63
- 1
- 2
- 7
5
votes
5 answers
Is LDAP the only way to authenticate an web application against Active Directory?
How can I connect a PHP web app to the Active Directory? Is LDAP the only way?
Some references I have so far
https://stackoverflow.com/questions/1003751/how-do-i-use-microsoft-ad-and-php-single-sign-on-web-app
Keyne Viana
- 215
- 1
- 4
- 9
5
votes
2 answers
IIS6 intranet site using integrated authentication fails to load when accessed externally
I've developed a couple of internal sites for my organization that use integrated authentication. Ultimately we want these sites to be accessible externally to users with domain-joined computers. The sites work as expected on domain computers…
maik
- 818
- 2
- 9
- 21
3
votes
1 answer
Why is ADFS not passing credentials through with Integrated Windows Authentiation?
We have an ADFS 2.0 instance set up. We use it for 3rd party web app single sign-on. Everything works beautifully with the existing app, App1 with SAML 2.0, including IWA pass-through when users are redirected to our ADFS server.
I just configured a…
Thomas
- 868
- 4
- 17
- 35
3
votes
1 answer
winbind from samba 3.6.3 on Linux works but does not integrate with OS?
Successfully compiled and installed the latest version of samba.
Started winbindd and the following diagnostic commands work:
wbinfo -p, wbinfo -c, net ads testjoin, etc...
However! when using built-in Linux command like id or when using pam with…
Alex
- 1,768
- 4
- 30
- 51
2
votes
1 answer
IIS + Integration Windows Authencation: is read/execute permissions for Authenticated_Users safe?
I have an enterprise web application that will integrate with a single sign on (SSO) service via Integrated Windows Authentication (IWA). The SSO service is providing authentication only (not authorization). This web application will handle…
Steve Flook
- 195
- 5
2
votes
1 answer
How should I configure my Active Directory servers so that if one goes down, users are not kicked off SQL?
Today, we shut down one of our Active Directory servers during office hours to check the loading on a UPS. Since all the server did was provide Active Directory in a separate building incase the main building caught fire, or whatever, we didn't…
Matty Brown
- 675
- 2
- 13
- 24
2
votes
1 answer
Cannot login to SQL Server instance installed on Debian using domain account
I can login to SQL Server 2019 (installed on Debian Buster) with SA account using SQL Management Studio on Windows Server 2016, but I cannot do this with the domain account using integrated authentication.
1.
The DebianVM (hyper-v) has joined to…
maar
- 487
- 6
- 20
1
vote
1 answer
Integrated Windows Authentication with IIS
We have a few intranet applications currently using Integrated Windows Authentication in IIS 6.0 that we are considering making available externally (employees would be able to log in from home on the internet). Just to be clear, this means that in…
Shea Daniels
- 143
- 4
1
vote
1 answer
IIS delegate credentials
On my machine (a win server 2003) I have an ASP.Net web application which call an ASP.Net web service on a different server (also a win 2003 server). The web application is set to impersonate and use windows authentication. The web service is set…
Jeremy
- 903
- 2
- 9
- 19
1
vote
0 answers
Integrated Auth working randomly with ADFS server
We have a working ADFS server that is allowing some users to authenticate to a SP through WIA, but some folks are being directed to the ADFS login page for the RPT. Users can then log in there and directed back to the SP just fine.
It's not a user…
user1684850
- 11
- 2
1
vote
1 answer
SQL Server Integrated Security without a Domain
This question potentially sits somewhere between ServerFault and DBA Admins but the Domain element of this as led me to put it here.
We have been developing an SOA product and are thinking about different deployment scenarios for our managed servers…
MrEdmundo
- 291
- 5
- 14