Skip to content

Commit ebf601d

Browse files
Merge pull request #249488 from terencefan/tefa/signalr-rebrand-aad
rebrand aad to microsoft entra id (signalr)
2 parents 4b19e36 + 8a3eda7 commit ebf601d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/azure-signalr/signalr-concept-authorize-azure-active-directory.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ _[1] security principal: a user/resource group, an application, or a service pri
2323
> - The current set of access keys will be permanently deleted.
2424
> - Tokens signed with access keys will no longer be available.
2525
26-
## Overview of Azure AD for SignalR
26+
## Overview of Microsoft Entra ID
2727

28-
When a security principal attempts to access a SignalR resource, the request must be authorized. With Microsoft Entra ID, access to a resource requires 2 steps.
28+
When a security principal attempts to access a SignalR resource, the request must be authorized. Get access to a resource requires 2 steps when using Microsoft Entra ID.
2929

3030
1. The security principal has to be authenticated by Microsoft Entra ID, which will then return an OAuth 2.0 token.
31-
1. The token is passed as part of a request to the SignalR resource to authorize access to the resource.
31+
1. The token is passed as part of a request to the SignalR resource for authorizing the request.
3232

3333
### Client-side authentication with Microsoft Entra ID
3434

@@ -89,6 +89,6 @@ To learn how to create custom roles, see:
8989

9090
- [Steps to create a custom role](../role-based-access-control/custom-roles.md#steps-to-create-a-custom-role)
9191

92-
To learn how to use only Azure AD authentication, see:
92+
To learn how to use only Microsoft Entra authentication, see:
9393

9494
- [Disable local authentication](./howto-disable-local-auth.md)

articles/azure-signalr/signalr-howto-troubleshoot-live-trace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Live trace tool is a single web application for capturing and displaying live tr
2020

2121
> [!NOTE]
2222
> When enable access key, you'll use access token to authenticate live trace tool.
23-
> Otherwise, you'll use Azure AD to authenticate live trace tool.
23+
> Otherwise, you'll use Microsoft Entra ID to authenticate live trace tool.
2424
> You can check whether you enable access key or not in your SignalR Service's Keys page in Azure portal.
2525
2626
### Steps for access key enabled

0 commit comments

Comments
 (0)