Re: Sample code to use WSE
- From: "William Stacey [MVP]" <staceyw@xxxxxxxx>
- Date: Thu, 1 Sep 2005 14:16:27 -0400
This might be a bit more then what you where looking for, but I just posted
a complete Secure Remote Password (SRP) (actually SRP6a) using WSE on
Channel9 at:
http://channel9.msdn.com/ShowPost.aspx?PostID=107763
This is a really secure way to authenticate passwords that does not require
stored keys on either end. It does, however, require a custom database that
stores the username, SRP verifier, and salt for each user. The
implementation as shown uses a simple text file as the DB, but you can do
anything you want in your derived login provider. If you did want to use
Windows authentication (using LogonUser) you could just create an Anonoumous
SRP username with any password. Then the client can get an anonymous SCT
and then use that SCT to encrypt a UT with a ClearText password or other
token type.
HTH
--
William Stacey [MVP]
"Ram" <Ram@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:1812BE10-56C1-4DAA-8FD1-D7F551E58F98@xxxxxxxxxxxxxxxx
>I have developed a webservice that processes payments. I wanted provide
> security to this webservice so that all requests are authenticated
>
> I don't know where to start to implement security
>
> Thanks
.
- Follow-Ups:
- Re: Sample code to use WSE
- From: Ram
- Re: Sample code to use WSE
- References:
- Sample code to use WSE
- From: Ram
- Sample code to use WSE
- Prev by Date: Re: Sample code to use WSE
- Next by Date: Re: WSE X.509 certificate capability
- Previous by thread: Re: Sample code to use WSE
- Next by thread: Re: Sample code to use WSE
- Index(es):
Relevant Pages
|