Tagged Questions
The spn tag has no wiki summary.
4
votes
1answer
766 views
WCF - Why netTCPBinding works fine with Kerberos authentication without any SPN setting?
In one of our networks we are utilizing the netTCPBinding. The WCF service hosted in windows service that run as a domain account.
From the event viewer I can see that my WCF service uses Kerberos ...
3
votes
2answers
447 views
Setting SPN on endpointaddress for NetNamedPipe service endpoint
I'm getting the "There was no endpoint listening at net.pipe://localhost" error as described in other places but I cannot seem to find a real answer.
This is a great identifier of the problem:
...
2
votes
1answer
493 views
expected identity upn connecting to service as network service,
We have a web application, running in an application pool as 'NETWORK SERVICE'.
The web application connects to a service (.svc) on another web server. The other web server also has the service hosted ...
2
votes
1answer
618 views
Client unable to authenticate when connecting to WCF service
I have a WCF service hosted in a Windows service. The application is an intranet app, and I have programmatically set the bindings on both the service and the client as:
NetTcpBinding aBinding = new ...
2
votes
2answers
1k views
What SPN do I need to set for a net.tcp service?
I have a wcf application hosted in a windows service running a local windows account. Do I need to set an SPN for this account? If so, what's the protocol the SPN needs to be set under? I know how to ...
1
vote
1answer
440 views
Confusion about Kerberos, delegation and SPNs
I'm trying to write a proof-of-concept application that performs Kerberos delegation. I've written all the code, and it seems to working (I'm authenticating fine), but the resulting security context ...
0
votes
0answers
58 views
IIS 6 virtual directories with service account application pool identities
When using application pool identities with IIS 6 and virtual directories, can someone explain to me a simple way to setup and use Kerberos while keeping my existing SSL certificate and sites intact?
...
0
votes
1answer
349 views
need help in setting up SPN for Kerberos Authentication
I am using IIS 7 for setting up a website under windows authentication. I am seeing authentication issue for which i am almost sure that it is related to kerberos issue and i am wrongly setting up ...
0
votes
1answer
466 views
How do I register Network Service as an SPN?
I registered a domain account as an HTTP SPN earlier today before realising that it would break my Network Service app pools, so I then deleted those registrations for the domain account.
I think I ...
0
votes
1answer
152 views
Do I need to configure SPNs for all services running on the same test SharePoint server?
If I have single SharePoint server with no header (for testing) and my client app only needs to only access the web app with Kerberos configured, I already configured the app pool for that web app ...
0
votes
2answers
387 views
IIS running as service Account with AzMan
Hi Guys
I have a requirement to have a website running as a service accout for IP reasons, I also want to be able to use AzMan for Auth/Auth of the users. For some reason I cant seeem to get these ...