c# - WCF easiest security mode to implement -


what's easiest security mode implementation in wcf when:

  1. both client , service .net applications.
  2. client , service negotiating on internet.
  3. ssl in not available.
  4. port 80 (web) preferred communication.
  5. and using x 509 certificate should last option (same credentials in configuration file @ both sides preferred, if possible)

what mean security? possible use "security" on internet without certificates if security mean username , password (client authentication) , happy plain text messages. if require form of encryption , signing need certificate or have build own solution. (using windows security mode not possible because works in same ad domain or trusted domains.)

wcf provides default username/password (ws-security usernametoken profile plain text password) on secured channel (transport or message security). possible use username/password over unsecured channel in such case send plain text password on internet. usernametoken profile offers digested password - not considered secure used often. wcf doesn't support there some implementation available.

i go https. why in not possible?


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -