Solved

Client certificate in REST request

  • 9 January 2024
  • 4 replies
  • 95 views

Userlevel 3
Badge +1

Hey, 

I have a question about our REST API. We need to implement client certificates, similar to here in Postman:
 

Is this possible with the new REST provider? 

If not, what are the steps to do it with the old one?

icon

Best answer by Christian Hauggaard 11 January 2024, 04:00

View original

4 replies

Userlevel 3
Badge +1

Hi @sierd.zuiderveld,

Good question, I am also wondering if you can manage certificates in the new TimeXtender REST connector.


If you want to try it out in the CData REST Provider, then you could probably configure it under the SSL Section:
 

 

The details are found in CData’s documentation: https://cdn.cdata.com/help/DWJ/ado/RSBREST_p_SSLClientCert.htm

Userlevel 6
Badge +5

Hi @sierd.zuiderveld @pontus.berglund the new TimeXtender REST data source does not yet support client certificates, please feel free to submit a product idea for this

Userlevel 6
Badge +5

Hi @sierd.zuiderveld 

A follow up question - is there a customer policy that they must use client certificates to connect to REST APIs or is this a preference for the given API? If so could you please share the reasons behind this decision as opposed to use of other authentication methods

Userlevel 2
Badge +1

@sierd.zuiderveld we have a setup similar to yours. Have you been able to get this working with the CData Rest provider like @pontus.berglund mentioned?

We need to use the SSLClientCertType ‘PFXFILE’ but not really sure what we should point to in the SSLClientCert setting. CData mentions “When the certificate store type is PFXFile, this property must be set to the name of the file. When the type is PFXBlob, the property must be set to the binary contents of a PFX file (for example, PKCS12 certificate store).” Does this imply the complete path to the file (e.g. D:\Data\Key.pfx)?

Would love to hear more about your setup!

Reply