Hi Lucien,
I've been working on this too, and I've tried to figure out the best
approach.
I haven't been that deep into WSE 2.0 yet so I don't know what you had
in mind when you mentioned those support methods. Do you have any more
specific pointers?
One of my ideas for implementing the protocol is to subclass the
SecurityContextTokenService but I have failed to find a detailed
description of how that class actually works. Would it be better to
subclass it's superclass SecurityTokenService instead and try to
implement the mentioned challenge-response protocol that way?
--
Daniel Hegner
[quoted text, click to view] "Lucien" <*lucien*@MicrosoftAccount.com> wrote in message news:<ObcKEGvhEHA.3664@TK2MSFTNGP12.phx.gbl>...
> There's no implementation. There are support methods that you have to define
> how you want the mechanism to look like (it's restricted/defined in
> WS-Trust).
>
> "peter" <hittapeter@hotmail.com> wrote in message
> news:4981eaa3.0408172336.1fda53a7@posting.google.com...
> > WS-Trust defines a syntax for performing challenges.
> > An example:
> > Client sends <RequestSecurityToken>
> > Server sends <SignChallenge>
> > Client sends <SignChallengeRespons>
> > Server sends <RequestSecurityTokenRespons>
> >
> > My question is if WSE 2.0 has an implementation for the
> > challenge/respons mechanism. And in that case what class and functions
> > are to be used?
> >
> > : )