ShieldConex® v1.20.1 - 1.29.2026
3 days ago by Patrick Dozier
ShieldConex 1.20.1 enhances Orchestrations with expanded transformation capabilities, enabling more complete end-to-end processing and greater flexibility in how requests and responses are handled through your orchestration workflows
Enhancements
Tokenization of Response Data in ShieldConex Orchestration
Orchestrations can now apply transformation steps to downstream API responses before returning them to the caller. This enables response-side protection and normalization workflows that previously required custom middleware or downstream system changes.
- Protect sensitive data returned by third parties by tokenizing values returned by an upstream processor or partner API
- Keep tokenization at the orchestration boundary, so applications don’t need to handle raw sensitive values.
In Orchestration configurations, distinct transformation pipelines are defined under:
requestActions, which are executed on the outbound requestresponseActions, which are executed after the downstream response is received and before returning to the client
