Skip to content

Commit 1b1e72d

Browse files
Merge pull request #283320 from vicancy/patch-20
Update signalr-reference-data-plane-rest-api.md
2 parents 5e1c3fc + 2164970 commit 1b1e72d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-signalr/signalr-reference-data-plane-rest-api.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: vicancy
55
ms.author: lianwei
66
ms.service: signalr
77
ms.topic: reference
8-
ms.date: 03/29/2023
8+
ms.date: 08/02/2024
99
---
1010

1111
# Azure SignalR Service data-plane REST API reference
@@ -103,6 +103,8 @@ Similar to authenticating via `AccessKey`, a [JWT](https://en.wikipedia.org/wiki
103103

104104
The difference is that in this scenario, Microsoft Entra ID generates the JWT. For more information, see [Learn how to generate Microsoft Entra tokens](../active-directory/develop/reference-v2-libraries.md).
105105

106+
The credential scope used should be `https://signalr.azure.com/.default`.
107+
106108
You can also use *role-based access control (RBAC)* to authorize the request from your client or server to Azure SignalR Service. For more information, see [Authorize access with Microsoft Entra ID for Azure SignalR Service](./signalr-concept-authorize-azure-active-directory.md).
107109

108110
### User-related REST API

0 commit comments

Comments
 (0)