Description -
The current Workfront Fusion Anaplan connector only supports CA certificate-based authentication for custom API calls via the HTTP module. The standard Anaplan modules (e.g., Run Export, Get File, Run Process) do not support CA certificate-based connections, limiting their usability for customers who have adopted certificate authentication for security and compliance.
Why is this feature important to you -
Our clients organization and many large enterprises enforce CA certificate-based authentication for Anaplan as part of IT security policies. Without native support for this connection type in the standard Fusion Anaplan modules, we are forced to reimplement core Anaplan actions using low-level custom API calls, increasing development time, reducing maintainability, and exposing us to higher error rates.
Full support for CA certificate authentication would allow us to take advantage of Fusion's no-code modules for Anaplan without compromising compliance or system integrity.
How would you like the feature to work -
We would like the standard Fusion Anaplan modules (such as Run Export, Run Process, Get File, and Upload File) to support selecting an Anaplan connection that uses CA certificate-based authentication, in the same way these modules currently support Basic Auth or OAuth connections.
Ideally, this would simply involve enabling CA-cert-based connections in the existing “Connection” selector dropdown used across Anaplan modules.
Current Behaviour -
The standard Anaplan modules in Workfront Fusion only accept connections using Basic Auth or OAuth. If you configure an Anaplan connection with a CA certificate, it is only usable inside custom HTTP requests via Fusion’s HTTP module, and not within any of the built-in Anaplan modules. This restricts functionality for organizations that enforce CA-cert-only authentication.