All Questions
Tagged with webhttpbinding windows-authentication
3 questions
0
votes
1
answer
2k
views
Windows Authentication not prompting on Firefox or iOS Safari
I have two WCF WebHttpBinding-bound self-hosted services. One is set to WebHttpSecurityMode.TransportCredentialOnly and HttpClientCredentialType.Windows. The other is set to None and None.
This ...
2
votes
0
answers
2k
views
WCF Windows authentication issue with REST service
I'm having some difficulty setting up a WCF service to run under Windows authentication. The service is only consumed via jQuery using ajax.
IIS (version 6 on server 2003) is set to only allow ...
1
vote
3
answers
844
views
How to use machine names in WCF Services with REST with Windows Authentication
We are developing many WCF services that are hosted in IIS. (IIS 6.0 running on Windows Server 2003 SP2). These services are set up for REST. For an environment (DEV, CERT, PROD), we typically have ...