Hi Mark,
The default implementation for the UsernameTokenManager verifies the
username token against a valid windows account using the API "LogonUser".
You are sending a username token with an nonexisting windows account or its
password is wrong.
Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax
>I am trying to do UserNameOver Certificate auth and the inner exception I
>get is
[quoted text clipped - 36 lines]
>
> Any ideas would be most appreciated
Mark Bosley - 19 Oct 2005 19:56 GMT
Thank you Pablo,
You were right. I realize I need to have my event viewer up in order to
debug (and have security auditing turned on).
Muchas gracias, Mark
> Hi Mark,
> The default implementation for the UsernameTokenManager verifies the
[quoted text clipped - 46 lines]
>>
>> Any ideas would be most appreciated