How to verify request signing with IIS

Piyush Meshram 1 Reputation point
2021-08-03T09:14:06.977+00:00

IIS Hosted .Net WebAPI is using Mutual TLS (MTLS). I need to verify the request signing process.

WebAPI is used to exchange message between two systems secured with oAuth (Bearer token authentication) and MTLS.

Suppose IIS hosted url looks like this: www.webapi.com/api/v1/sendmessage
Client has a valid client certificate for MTLS.

Client Sends request payload: (XML or JSON payload)
Client Receives response: (XML or JSON)

  1. How to verify request payload signing? is it a code level and I have trace/log it in file or something? or we can configure it in IIS?
  2. If using request signing, can we also do response signing?
  3. The purpose of signing is to exchange untampered message between two systems, so I guess Certificate Verification process in MTLS handles it automatically, am I correct?
  4. How to verify and confirm the request is signed and using MTLS.
Internet Information Services
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,188 questions
{count} votes