Re: Upgrading WSE 1.0 to WSE 3.0
- From: "Duncan" <duncan@xxxxxxxxxxxxxxxxx>
- Date: Tue, 6 Dec 2005 08:45:46 -0000
Hi Steven
Thanks for the reply, so should I be looking at
"UsernameOverTransportAssertion" policy, is that similar to what I was doing
in WSE 1.0?
Do you know of any simple examples where this assertion is used, I've looked
at the samples that come with WSE 3.0 and they look quite advanced, also are
there any good books on WSE 3.0 yet that you could recommend that would give
me more grounding of the new WSE model?
Duncan
"Steven Cheng[MSFT]" <stcheng@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:ToGHlSh%23FHA.4000@xxxxxxxxxxxxxxxxxxxxxxxx
> Hi Duncan,
>
> Welcome to Webservice newsgroup.
> From your description, you used to use the WSE1.0 to provide message level
> security authentication (by Username Token..) and you're wantting to
> upgraded the applicaiton to use the new WSE 3.0 ,yes?
>
> First, as for WSE3.0, it use the new programming model which is based on
> PolicyAssertion... that means each webservice from client to service
> endpoint can be configured to use a certain Policy Assertion. In the
> Policy
> Assertion, there defined Soap filters which will do the message processing
> (e.g ClientOutputFilter, ClientInputFilter, ServerInputFilter,
> ServerOutputFilter....). And there exists some build-in well defined
> PolicyAssertions in WSE 3.0 , such as:
>
> UsernameOverTransportAssertion------- this help us establishing username
> token based authentication and leave the message securing to the
> underlying
> transport layer protocol....
>
> UsernameForCertificateAssertion ------Use Username Token for
> authentication
> but also help use x509 certificates for messge securing(encryting and
> signing..
.
- Follow-Ups:
- Re: Upgrading WSE 1.0 to WSE 3.0
- From: Steven Cheng[MSFT]
- Re: Upgrading WSE 1.0 to WSE 3.0
- References:
- Upgrading WSE 1.0 to WSE 3.0
- From: Duncan
- RE: Upgrading WSE 1.0 to WSE 3.0
- From: Steven Cheng[MSFT]
- Upgrading WSE 1.0 to WSE 3.0
- Prev by Date: RE: Upgrading WSE 1.0 to WSE 3.0
- Next by Date: Ask Help:Can I make secritytoken and soap message without time?
- Previous by thread: RE: Upgrading WSE 1.0 to WSE 3.0
- Next by thread: Re: Upgrading WSE 1.0 to WSE 3.0
- Index(es):
Relevant Pages
|