You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/security/authentication/certauth.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -262,10 +262,12 @@ See the [host and deploy documentation](xref:host-and-deploy/proxy-load-balancer
262
262
263
263
### Use certificate authentication in Azure Web Apps
264
264
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.
266
266
267
267
> [!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).
269
271
270
272
### Use certificate authentication in custom web proxies
0 commit comments