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: articles/azure-web-pubsub/howto-configure-application-firewall.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ ms.author: biqian
10
10
---
11
11
# Application Firewall (Preview) for Azure Web PubSub Service
12
12
13
-
The Application Firewall provides sophisticated control over client connections in a distributed system. Before diving into its functionality and setup, let's clarify what the Application Firewall does not do:
13
+
The Application Firewall provides sophisticated control over client connections in a distributed system. Before diving into its functionality and setup, let's clarify what the Application Firewall doesn't do:
14
14
15
-
1. It does not replace authentication. The firewall operates behind the client connection authentication layer.
16
-
2. It is not related to network layer access control.
15
+
1. It doesn't replace authentication. The firewall operates behind the client connection authentication layer.
16
+
2. It isn't related to network layer access control.
@@ -123,7 +123,7 @@ Deploy the Bicep file using Azure CLI
123
123
124
124
## Configure access token
125
125
126
-
The application firewall rules only take effect when the access token contains the corresponding claim. A rule is **skipped** if the connection does not have the corresponding claim. *userId" and *roles* are currently supported claims in the SDK.
126
+
The application firewall rules only take effect when the access token contains the corresponding claim. A rule is **skipped** if the connection doesn't have the corresponding claim. *userId" and *roles* are currently supported claims in the SDK.
127
127
128
128
Below is an example to add userId and insert a unique placeholder in the access token:
0 commit comments