tags:

views:

23

answers:

1

First of all, sorry for my bad english.

Can I implement SSO(single sign on) on webservice/WCF?

My situation is, a server provides a webservice.

And client uses the webservice.

Client does not send any information to server. Like IP or guid etc.

But server can identify Client PC.

I know that webpages do this with Cookie.

But I don't know how to do with webservice.

Any idea?

Thanks!!!

+1  A: 

This article might help.

KMan