Question
Optum
IN
Last activity: 6 Aug 2024 7:18 EDT
Implement Rest API with Cert based authentication
We have a requirement to integrate with an External Rest API via Rest API Connector. External API uses Authentication Certificate and expecting cert to be passed in header with name X-CLIENT-CERT
The certificate has been uploaded through keystore and is included in the Rest connector. We are assuming this approach is inline to the approach the client is expecting. But we aren't seeing the expected results.
Is this the approach that needs to be implemented? Any other steps we are missing?