ok focusing again on the technology preview of WSE 2.0, I find my samples which I made with WSE 1.0 are no longer working (surprise:)), it seems that the IPasswordProvider interface (strange interface anyway imo) is gone and has been replaced with the UsernameTokenManager class. You now have to override the AuthenticateToken method (previous GetPassword). WSE will then match the passwords internally and return it....although I don't see the point in this...true/false would be enough imo.
Anyway I must be the last one to know that the IPasswordProvider interface is obsolete :).
<microsoft.web.services> <security> <passwordProvider type = "mywssamples.MyAuth, mywssamples"/>
replaced by :
<microsoft.web.services> <security> <securityTokenManager type ="mywssamples.MyAuth, mywssamples"/>
oh man, "love" them cryptic config files...
sample works again, happy.
I hope Indigo simplifies this ....
"Our commitment to COM is not finished...but our annual $6.8 billion (research and development) spend is not going on Ole32.dll." -- Don Box.
LOL.
5:13:10 PM
|