Skip to content

Commit 452ce46

Browse files
authored
Merge pull request #108494 from KranthiPakala-MSFT/patch-35
(AzureCXP) fixes MicrosoftDocs/azure-docs#50406
2 parents ee5d3ec + 0c60232 commit 452ce46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-hubs/authorize-access-azure-active-directory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Azure Event Hubs supports using Azure Active Directory (Azure AD) to authorize r
1818
## Overview
1919
When a security principal (a user, or an application) attempts to access an Event Hubs resource, the request must be authorized. With Azure AD, access to a resource is a two-step process.
2020

21-
1. First, the security principal’s identity is authenticated, and an OAuth 2.0 token is returned. The resource name to request a token is `https://eventhubs.azure.net/`.
21+
1. First, the security principal’s identity is authenticated, and an OAuth 2.0 token is returned. The resource name to request a token is `https://eventhubs.azure.net/`. For Kafka clients, the resource to request a token is `https://<namespace>.servicebus.windows.net`.
2222
1. Next, the token is passed as part of a request to the Event Hubs service to authorize access to the specified resource.
2323

2424
The authentication step requires that an application request contains an OAuth 2.0 access token at runtime. If an application is running within an Azure entity such as an Azure VM, a virtual machine scale set, or an Azure Function app, it can use a managed identity to access the resources. To learn how to authenticate requests made by a managed identity to Event Hubs service, see [Authenticate access to Azure Event Hubs resources with Azure Active Directory and managed identities for Azure Resources](authenticate-managed-identity.md).
@@ -79,4 +79,4 @@ See the following related articles:
7979
- [Authenticate requests to Azure Event Hubs from an application using Azure Active Directory](authenticate-application.md)
8080
- [Authenticate a managed identity with Azure Active Directory to access Event Hubs Resources](authenticate-managed-identity.md)
8181
- [Authenticate requests to Azure Event Hubs using Shared Access Signatures](authenticate-shared-access-signature.md)
82-
- [Authorize access to Event Hubs resources using Shared Access Signatures](authorize-access-shared-access-signature.md)
82+
- [Authorize access to Event Hubs resources using Shared Access Signatures](authorize-access-shared-access-signature.md)

0 commit comments

Comments
 (0)