cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Client Certificate authentication for Outbound API call

745

Hi Experts,

I'm using CCV2 and hybris 1811 version and trying to make an API call to invoke using ClientCertificate Authentication. I have created the ConsumedCertificateCredential instance using certificate and private Key.

But, while creating the RestOperations object in below code snipet, I'm getting UnsupportedRestTemplateException.

final RestOperations restOperations = getIntegrationRestTemplateFactory().create(destinationModel);
final RestTemplate restTemplate = obtainRestTemplate(restOperations);

I cheked outboundservices de.hybris.platform.outboundservices.client.impl package. But there is no creator class to handle ConsumedCertificateCredential based authentication. I also don't see and creator to handle certificate based authentication.

Please suggest what are the options.

Thanks!

Accepted Solutions (0)

Answers (0)