In a previous blog post Divya Mary, details the process of Client Cert authentication for API calls between the Provider and the back-end system
A question was asked in that post, calling an API Proxy from an external application with client cert authentication.
Is there a blog post detailing this, as I am trying to test using a client cert instead of using OAuth or SAML.
Thank you,
Raj
Request clarification before answering.
Hi Raj,
Have you tried to use Postman to perform such tests. It is an application that you can install on most common OS'es.
It will allow you to control the HTTP method (PUT, POST, GET, etc) with several authentication options. Using the client certificates is very straight forward. All you need to do is add the certificate to Postman for your API end-point and it will be used every time you issue a request.
You could also make a Java application to call the API with client certificate authentication. I find it easier to build it with Spring Boot. Check the Mutual Authentication [session 4] of the this blog
Best regards,
Ivan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.