Re: UserNameToken question
- From: "DBC User" <dbcuser@xxxxxxxxx>
- Date: 2 Jun 2006 10:46:16 -0700
Thanks Pablo. I am new to Policy and how to use it. Is there any
documentation I can read and understand??
Pablo Cibraro wrote:
Hi,
No, the client and service are independent.
If you change the client to use a policy, the service should work as long as
the client policy uses the same custom token.
Regards,
Pablo.
"DBC User" <dbcuser@xxxxxxxxx> wrote in message
news:1149260227.686706.20390@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thanks Pablo,
As I was reading I noticed we need to use the policy at both ends. Is
it true? Since the web side they are still using the requestsoapcontext
and they say it seems to be working. So If I change the client side
code to use policy will I break anything?
Thanks.
Pablo Cibraro wrote:
Hi,
In order to do the same in WSE, you need to use a custom security
assertion.
I wrote an small article about that topic in my blog,
http://weblogs.asp.net/cibrax/archive/2005/07/19/419921.aspx .
You can find more examples in the WSE quickstarts.
Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax
"DBC User" <dbcuser@xxxxxxxxx> wrote in message
news:1149195100.506316.169030@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi All,
I was using a token which contains more than user name and password. I
was doing
token = CustomToken(name, pass, age);//my class
RequestSoapContext.Security.Tokens.Add(token);
RequestSoapContext.Security.Elements.Add(new MessageSignature(token));
with this it was working fine in WSE2.0, could someone help me convert
this to WSE3.0? or point me to a document I can read to convert this
one?
Thanks.
.
- Follow-Ups:
- Re: UserNameToken question
- From: Pablo Cibraro
- Re: UserNameToken question
- References:
- UserNameToken question
- From: DBC User
- Re: UserNameToken question
- From: Pablo Cibraro
- Re: UserNameToken question
- From: DBC User
- Re: UserNameToken question
- From: Pablo Cibraro
- UserNameToken question
- Prev by Date: Re: debugging web services
- Next by Date: Re: Problems trying to add soap transports programmatically
- Previous by thread: Re: UserNameToken question
- Next by thread: Re: UserNameToken question
- Index(es):
Relevant Pages
|