Skip to content

Commit a6e923a

Browse files
committed
new pr
1 parent 1851b91 commit a6e923a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/app-service/app-service-web-configure-tls-mutual-auth.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ keywords: TLS mutual authentication, Azure App Service security, secure client-s
66
author: msangapu-msft
77
ms.author: msangapu
88
ms.topic: how-to
9-
ms.date: 02/14/2025
9+
ms.date: 05/09/2025
1010
ms.devlang: csharp
1111
ms.custom: devx-track-csharp, devx-track-extended-java, devx-track-js, devx-track-python
1212
---
13+
1314
# Configure TLS mutual authentication in Azure App Service
1415

1516
You can restrict access to your Azure App Service app by enabling different types of authentication for the app. One way to set up authentication is to request a client certificate when the client request is sent by using Transport Layer Security (TLS)/Secure Sockets Layer (SSL) and to validate the certificate. This mechanism is called *mutual authentication* or *client certificate authentication*. This article shows you how to set up your app to use client certificate authentication.

0 commit comments

Comments
 (0)