Skip to content

Commit ce393c4

Browse files
authored
Merge pull request #42923 from rcabr/patch-4
Updated section title 'Shared access signatures'
2 parents b951a8c + 736874d commit ce393c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-hubs/authorize-access-event-hubs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For more information about authenticating with Azure AD, see the following artic
2424
- [Authenticate requests to Azure Event Hubs using Azure Active Directory](authenticate-application.md)
2525
- [Authorize access to Event Hubs resources using Azure Active Directory](authorize-access-azure-active-directory.md).
2626

27-
## Share access signatures
27+
## Shared access signatures
2828
Shared access signatures (SAS) for Event Hubs resources provide limited delegated access to Event Hubs resources. Adding constraints on time interval for which the signature is valid or on permissions it grants provides flexibility in managing resources. For more information, see [Authenticate using shared access signatures (SAS)](authenticate-shared-access-signature.md).
2929

3030
Authorizing users or applications using an OAuth 2.0 token returned by Azure AD provides superior security and ease of use over shared access signatures (SAS). With Azure AD, there's no need to store the access tokens with your code and risk potential security vulnerabilities. While you can continue to use shared access signatures (SAS) to grant fine-grained access to Event Hubs resources, Azure AD offers similar capabilities without the need to manage SAS tokens or worry about revoking a compromised SAS.

0 commit comments

Comments
 (0)