Hi,
At first glance, it seems like you did not configure the custom
UsernameToken manager in the configuration file.
Do you have something like this in your configuration file ?
<microsoft.web.services3>
<security>
<securityTokenManager>
<add type="CustomUsernameTokenManager, MyAssembly"
namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
localName="UsernameToken" />
</securityTokenManager>
</security>
</microsoft.web.services3>
Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax
> I'm trying to secure my WS with the usernameForCertificateSecurity turnkey
> assertion. I configured the client and the server according to the Web
[quoted text clipped - 29 lines]
>
> Thanks
Nicolas Mousson - 19 Sep 2006 17:37 GMT
Hi Pablo,
Yes, I have had this configuration in my configuration file.
Infact, I have re-generated the different configuration files according to
the WS 3.0 documentation. And now it works ! Maybe I forgot something the
first time...
Thanks,
Nicolas
> Hi,
>
[quoted text clipped - 49 lines]
> >
> > Thanks