Securing web service
-
I need to develop one webservice that will be published globally and will be sold based upon membership. Any Client who has certain username and password can access this service. Web service is developed in .Net Client can be any (might be in .Net or anything platform) Which security mechanism to use for this?
Ashwani
-
I need to develop one webservice that will be published globally and will be sold based upon membership. Any Client who has certain username and password can access this service. Web service is developed in .Net Client can be any (might be in .Net or anything platform) Which security mechanism to use for this?
Ashwani
Ashwani_kumar wrote:
Which security mechanism to use for this?
Already you are using one with user name and password. Then what's the problem ? No product/webservice can be made very secure. What will happen if client shares user credentials with other one ? Will they able to access your service ?