Secure messages using JAX-RPC at the request and response generators
We can secure messages with tokens and encryption to protect message integrity, authenticity, and confidentiality.
To secure messages, we can:
- Configure generator signing to protect message integrity
- Configure encryption to protect message confidentiality at the server or cell level and at the application level
- Configure tokens to protect message authenticity at the server or cell level and at the application level
Tasks
- To configure generator signing to protect message integrity, see the steps outlined in Configure generator signing using JAX-RPC to protect message integrity.
- To configure encryption to protect message confidentiality at the application level, see the steps outlined in Configure encryption using JAX-RPC to protect message confidentiality at the application level.
- To configure encryption to protect message confidentiality at the server or cell level, see the steps outlined in Configure encryption using JAX-RPC to protect message confidentiality at the server or cell level.
- To configure tokens to protect message authenticity at the application level, see the steps outlined in Configure token generators using JAX-RPC to protect message authenticity at the application level.
- To configure tokens to protect message authenticity at the server or cell level, see the steps outlined in Configure token generators using JAX-RPC to protect message authenticity at the server or cell level.
By completing the steps in the previous tasks, we have secured messages using tokens and encryption to protect message integrity, authenticity, and confidentiality.
Configure generator signing using JAX-RPC to protect message integrity Configure encryption using JAX-RPC to protect message confidentiality at the application level Configure encryption using JAX-RPC to protect message confidentiality at the server or cell level Configure token generators using JAX-RPC to protect message authenticity at the application level Configure token generators using JAX-RPC to protect message authenticity at the server or cell level Enable or disable single sign-on interoperability mode for the LTPA token Configure signing information using JAX-RPC for the generator binding on the application level