Skip to content

Commit 1b0727d

Browse files
updates
1 parent 6520ab3 commit 1b0727d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/container-apps/mtls.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: how-to
8-
ms.date: 01/17/2025
8+
ms.date: 01/22/2025
99
ms.author: cshoe
1010
---
1111

@@ -22,7 +22,7 @@ To build an mTLS application in Azure Container Apps, you need to:
2222

2323
This article describes how to handle peer mTLS handshake certificates by extracting the `X.509` certificate from the client.
2424

25-
## Configure Azure Container Apps to require client certificates
25+
## Require client certificates
2626

2727
Use the following steps to configure your container app to require client certificates:
2828

@@ -45,11 +45,11 @@ Here's the procedure you want to follow to extract and parse the certificate in
4545
1. Parse the header value to extract the certificate details.
4646
1. Put the parsed certificates to the standard certificate attribute for further validation or usage.
4747

48-
Once parsed, you can validate certificates and use them according to the needs of your application. For example, in Java applications you can use [Spring security](https://docs.spring.io/spring-security/reference/index.html) to map the user information from certificates to the security context.
48+
Once parsed, you can validate certificates and use them according to the needs of your application.
4949

50-
## Sample
50+
## Example
5151

52-
For a complete example of a Java application with mTLS in Azure Container Apps, see [mTLS Server Application on Azure Container Apps](./samples.md).
52+
In Java applications, you can use [Reactive X.509 authentication filter](https://docs.spring.io/spring-security/reference/reactive/authentication/x509.html) to map the user information from certificates to the security context. For a complete example of a Java application with mTLS in Azure Container Apps, see [mTLS Server Application on Azure Container Apps](https://github.com/Azure-Samples/azure-container-apps-java-samples/tree/main/azure-container-apps-mtls-certificate-filter).
5353

5454
## Related content
5555

0 commit comments

Comments
 (0)