Skip to content

Commit 1981538

Browse files
authored
Fix bookmark
1 parent 4678472 commit 1981538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ In the following screenshot, any path for your app that starts with `/public` do
111111
## Client certificate and TLS renegotiation
112112
App Service requires TLS renegotiation to read a request before knowing whether to prompt for a client certificate. Any of the following settings below will trigger TLS renegotiation:
113113
1. Use "Optional Interactive User" client certificate mode.
114-
1. Use [client certificate exclusion path](#exclusion-paths).
114+
1. Use [client certificate exclusion path](#exclude-paths-from-requiring-authentication).
115115

116116
To disable TLS renegotiation and to have the app negotiate client certificates during TLS handshake, you must configure your app with *all* the settings below:
117117
1. Set client certificate mode to "Required" or "Optional"

0 commit comments

Comments
 (0)