I'm new to WCF and got confused to choose security and authentication. Below are my requirements
- I'm going to publish my service on internet.
- I should get only user id and password from the client consuming the service. There should not be any need to install some certificate at client end.
- The service should be secured with SSL certification.
- It will be great if the message is gonna to be encrypted or secured.
- I need to implement this before EOD tomorrow.
Please help me in choosing and implementing authentication & security. Below are the things I need
- Which security & authentication should I choose .
- How to implement it (sample code or reference links will help )
- What should I do to make my service work in development environment, QA environment and production environment.
NOTE : SSL will be installed only in production env. I should self signed certificate in other env.