You are looking for a custom UsernameTokenManager.
Check the QuickStart sample that was installed with the SDK in:
Samples\CS\QuickStart\Security\WSSecuirytUsername\Policy\WSSecuirytUsernamePolicy....
The sample only demonstrates twisting a username and passing it back as the
password, but you can use your own method here to access the data in your
datastore, search for the matching username and then return the password
attached to the user name. This method overrides the default and the
internal goo wil then take the password you spit out of the custom code and
compare it to the password that came in with the UsernameToken.
Good luck
Julie Lerman
> Thanks Mark! I briefly checked this out but did not see much regarding
> implementing a custom username/password security method. I'll have a
[quoted text clipped - 4 lines]
> If anyone else has info on using a table for the authentication I'd
> appreciate it.