I have a node js app deployed in SAP BTP,need to expose webhook endpoints for SAP Event Broker (Integration suite) which requires the webhook endpoints to be mTLS enabled (i.e authentication using only client Certificates)
Is there a way to do mTLS client certificate verification using SAP cloud sdk? I am using SAP xsuaa with app router for authentication and authorization
I am using SAP xsuaa with app router for authentication