Chapter 31. Securing Web Services

OBJECTIVES

  • Learn to secure a Web Service

  • Learn about Windows Authentication

  • Learn to use SOAP headers

Securing a Web Service is very similar to securing an ASP.NET application. The programming will be slightly different because there is no user interface to prompt the user for a login ID and password. You will need to call a method that allows you to pass the login ID and password to the Web Service in order to authenticate the user. How you do this depends on the technique you opt to use for authenticating and authorizing the user of the Web Service.

This chapter describes different ways in which you might administer authentication and authorization. (For more information on authentication and authorization, refer ...

Get ASP.NET Developer's JumpStart now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.