Skip to content

Commit 9619bee

Browse files
Merge pull request #211540 from vicancy/patch-1
Update reference-rest-api-data-plane.md
2 parents 62c1944 + 4ebb651 commit 9619bee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-web-pubsub/reference-rest-api-data-plane.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Like using `AccessKey`, a [JSON Web Token (JWT)](https://en.wikipedia.org/wiki/J
5353

5454
[Learn how to generate Azure AD Tokens](../active-directory/develop/reference-v2-libraries.md)
5555

56+
The credential scope used should be `https://webpubsub.azure.com/.default`.
57+
5658
You could also use **Role Based Access Control (RBAC)** to authorize the request from your server to Azure Web PubSub Service.
5759

5860
[Learn how to configure Role Based Access Control roles for your resource](./howto-authorize-from-application.md#add-role-assignments-on-azure-portal)
@@ -62,4 +64,4 @@ You could also use **Role Based Access Control (RBAC)** to authorize the request
6264
| Operation Group | Description |
6365
|-----------------|-------------|
6466
|[Service Status](/rest/api/webpubsub/dataplane/health-api)| Provides operations to check the service status |
65-
|[Hub Operations](/rest/api/webpubsub/dataplane/web-pub-sub)| Provides operations to manage the connections and send messages to them. |
67+
|[Hub Operations](/rest/api/webpubsub/dataplane/web-pub-sub)| Provides operations to manage the connections and send messages to them. |

0 commit comments

Comments
 (0)