on 2021 Aug 02 9:34 AM
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!
Request clarification before answering.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.