Omkar,
On 5/3/23 00:28, Patkar Omkar Anant wrote:
The server A where tomcat is running... it hosts a REST based
application (BPMN based called Camunda ... it’s a 3rd party
application).
For e.g., when an application wants to trigger a workflow or BPMN
deployed in Camunda, then they will fire t
-
From: Christopher Schultz
Sent: Wednesday, April 26, 2023 10:28 PM
To: users@tomcat.apache.org
Subject: Re: How to setup client certificate based authentication in Tomcat 9
Parkar,
On 4/26/23 10:34, Patkar Omkar Anant wrote:
> I am a bit newbie to this domain of client certific
Parkar,
On 4/26/23 10:34, Patkar Omkar Anant wrote:
I am a bit newbie to this domain of client certificate-based
authentication. We have two applications … A(server) and B(client).
Web application A runs on Apache Tomcat 9.0.52. (it’s a REST API
based application). Application B invokes the res
Hi,
I am a bit newbie to this domain of client certificate-based authentication. We
have two applications … A(server) and B(client).
Web application A runs on Apache Tomcat 9.0.52. (it’s a REST API based
application). Application B invokes the rest api of application A.
Now we want to introduce