Is there some type of "built-in" authentication in WCF? I have to expose a web service for my clients so that they can see the status of their transactions.
My initial thought was that they would pass only their common username and password as method properties. It will definitely be on SSL, but is not this method of authentication safe?
Does WCF have any better way than passing passage criteria to allow authentication?
Check these pages:
< / P>
Comments
Post a Comment