security - WCF wsHttpBinding securiy without SSL and certificate -
i want secure wcf
service used on internet. there few light methods, performance not issue (message size). prefer port 80 (web) firewall issues tcp
binding not preferred. ssl
not option in case.
as researched wshttpbinding
messagelevel
security best choice scenario. configured service , client can receive data. when inspect service wcftestclient.exe
, invoke service, can see soap message xml in tool. request , response in plain text without encryption.
there examples of using certificates @ service side, , username password @ client side. want username/password based security @ both sides cannot find example on web.
is possible ? (if yes, please provide link)
thanks
it not possible. if want message level security (encryption, signing, authentication) on internet must use user name , password clients (provides client authentication) , certificate service (service authentication client , exchange of key encryption , signing).
Comments
Post a Comment