|
WCF security: the request for security token could not be satisfied Hi
I have a WCF service and a client. When I install the WCF service on
"localhost" I can easily call it. When I install the WCF service on
another host, I get a security exception:
The request for security token could not be satisfied because
authentication failed
I am guessing there is some configuration here which is incorrect, and
I have two questions to start with:
How do I completely disable security in my WCF service (so anyone can
call)?
How do I enable security and send the correct authentication?
Thanks,
Peter |