Re: Authenticating user over the internet
- From: "Deepak Shenoy" <noname@xxxxxxxxxxx>
- Date: Wed, 28 Jun 2006 07:18:31 -0700
KY wrote:
Hi,
I am using custom authentication using SOAP headers to authenticate
users of a web service. I cannot use windows authentication as our
client applications need not in the same domain as that of server.
Also, I don't want to use WSE. I am sending user name and password in
the SOAP header in clear text. But I don't want to send username and
password in cleartext form. What is the best way to send username and
password over the internet? Thanks, Kalyani
You can encrypt the entire SOAP payload using a SoapExtension (not
WSE). Read:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspne
t/html/asp09272001.asp
and
http://www.gotdotnet.com/team/rhoward/EncryptionExtension.zip
--
Deepak Shenoy
http://shenoyatwork.blogspot.com
.
- References:
- Prev by Date: Re: Error creating a proxy class for a Java webservice(wsdl)-Please HE
- Next by Date: Re: Transfer local files to server via web service?
- Previous by thread: Authenticating user over the internet
- Next by thread: Basic .NET Remoting design question
- Index(es):
Relevant Pages
|
Loading