Skip to content

Commit 7b3e18f

Browse files
authored
Cross-link certificate use patterns for App Service (#23359)
1 parent 675baf0 commit 7b3e18f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

aspnetcore/security/authentication/certauth.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,12 @@ See the [host and deploy documentation](xref:host-and-deploy/proxy-load-balancer
262262

263263
### Use certificate authentication in Azure Web Apps
264264

265-
No forwarding configuration is required for Azure. This is already setup in the certificate forwarding middleware.
265+
No forwarding configuration is required for Azure. Forwarding configuration is set up by the Certificate Forwarding Middleware.
266266

267267
> [!NOTE]
268-
> This requires that the CertificateForwardingMiddleware is present.
268+
> Certificate Forwarding Middleware is required for this scenario.
269+
270+
For more information, see [Use a TLS/SSL certificate in your code in Azure App Service (Azure documentation)](/azure/app-service/configure-ssl-certificate-in-code).
269271

270272
### Use certificate authentication in custom web proxies
271273

0 commit comments

Comments
 (0)