Chapter 12. Handling Transport-level Security Requirements

In this chapter, we will cover:

  • Using service accounts with OSB for basic authentication
  • Configuring WebLogic network connection filters
  • Preparing OSB server to work with SSL
  • Configuring a proxy service to use HTTPS security

Introduction

In this chapter, we cover recipes related to transport-level security, which represents the technique where the underlying operating system or application servers are handling security features. For data confidentiality, the Secure Sockets Layer (SSL) is often used to provide encryption. If a message needs to go through multiple points to reach a destination, each intermediate node (that is, an OSB) must forward the message over a new SSL connection. The original message from the service consumer is not cryptographically protected on the intermediary nodes and additional computationally expensive cryptographic operations are performed for each new SSL connection that is established.

Message-level security has been covered in Chapter 11, Handling Message-level Security Requirements.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset