Hi Mark,
The configuration for the username token manager should look like this:
<securityTokenManager>
<add type="Proxies.MyUsernameTokenManager, IfisClient"
namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
localName="UsernameToken"/>
</securityTokenManager>
Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax
http://www.lagash.com
>I migrated a custom UsernameTokenManager class from .Net 1.1/WSE 2 to
> .Net2.0/WSE 3 and ran into an annoying problem.
[quoted text clipped - 27 lines]
>
> I hope this tidbit of knowledge was useful
Mark Arnott - 30 Nov 2005 14:25 GMT
Yes Pablo that is correct.
It just seems odd to me that we have to declare an attribute named
'namespace' that looks a lot like an xml namespace but actually isn't. Why
couldn't WSE 3 just declare an actual xml namspace like WSE 2 did?
> Hi Mark,
> The configuration for the username token manager should look like this:
[quoted text clipped - 4 lines]
> localName="UsernameToken"/>
> </securityTokenManager>