Re: Direct authentication with UserrNameToken over certificate
- From: "Pablo Cibraro" <pcibraro@xxxxxxxxxxx>
- Date: Mon, 3 Apr 2006 16:33:42 -0300
Hi YC,
You can find an article about this topic in my blog,
http://weblogs.asp.net/cibrax/archive/2006/02/21/438670.aspx
Regards,
Pablo Cibraro.
"YC" <YC@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:281A3717-49FB-4B8D-B4B1-0ED5B38B4999@xxxxxxxxxxxxxxxx
Hi,
thanks for your reply.
I don't exactly understand this process in full.
I'll look into it.
Thanks
Yoav
"Pablo Cibraro" wrote:
Hi YC,
That depends on the secureConversation setting.
If the secureConversation flag is turned on in your
UsernameForCertificate
assertion, it will work as you said,
the client is authenticated only the first time and then a session key is
used. (As long, you use the same proxy instance).
If you create a new proxy instance each time or secureConversation is
turned
off, then the user client will be authenticated for each message.
Does this anwser your question ?.
Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax
"YC" <YC@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:83156C3D-9999-4DCD-9F38-BBE64B606D94@xxxxxxxxxxxxxxxx
Hi,
After readfing the Web Security Guide, I tried to implement ditrect
authentication using a UsernameToken by implementing the
usernameForCertificateSecurity policy.
I have a web application client which communicates with a service. I
have
a
login page where the client need to provides it's credentials.
My question is - should I use the usernameForCertificateSecurity policy
all
over my web application when calling the service?
I want to maintain the authetication of the client who's calling the
service, and if I understood correctly, when using
usernameForCertificateSecurity, I authenticate the client using it's
credentials and after I authethenticate the client, a derieved key is
created
and each call to the service is authenticated using this derived key.
Thanks
Yoav
.
- Follow-Ups:
- Prev by Date: Re: Architecture Advice
- Next by Date: Re: Direct authentication with UserrNameToken over certificate
- Previous by thread: Re: Architecture Advice
- Next by thread: Re: Direct authentication with UserrNameToken over certificate
- Index(es):
Relevant Pages
|