Skip to content

Commit 140ee95

Browse files
Merge pull request #276841 from Akhilesh-microsoft/ACA/client_certificate_authorization
Verified the article for links and freshness, reviewed the content, verified all the editorial parameters. Article seems good. Updated ms.date
2 parents fe9567e + 6d4ebf6 commit 140ee95

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/container-apps/client-certificate-authorization.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps
77
ms.topic: how-to
8-
ms.date: 03/29/2023
8+
ms.date: 06/13/2024
99
ms.author: cshoe
1010
---
1111

1212
# Configure client certificate authentication in Azure Container Apps
1313

1414
Azure Container Apps supports client certificate authentication (also known as mutual TLS or mTLS) that allows access to your container app through two-way authentication. This article shows you how to configure client certificate authorization in Azure Container Apps.
1515

16-
When client certificates are used, the TLS certificates are exchanged between the client and your container app to authenticate identity and encrypt traffic. Client certificates are often used in "zero trust" security models to authorize client access within an organization.
16+
When client certificates are used, the TLS certificates are exchanged between the client and your container app to authenticate identity and encrypt traffic. Client certificates are often used in "zero trust" security models to authorize client access within an organization.
1717

18-
For example, you may want to require a client certificate for a container app that manages sensitive data.
18+
For example, you might want to require a client certificate for a container app that manages sensitive data.
1919

20-
Container Apps accepts client certificates in the PKCS12 format are that issued by a trusted certificate authority (CA), or are self-signed.
20+
Container Apps accepts client certificates in the PKCS12 format are that issued by a trusted certificate authority (CA), or are self-signed.
2121

2222
## Configure client certificate authorization
2323

24-
Set the `clientCertificateMode` property in your container app template to configure support of client certificates.
24+
To configure support for client certificates, set the `clientCertificateMode` property in your container app template.
2525

2626
The property can be set to one of the following values:
2727

0 commit comments

Comments
 (0)