Skip to content

Commit 1b7e7df

Browse files
authored
Clarify support for SAS token authentication
1 parent 5d1f97d commit 1b7e7df

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/event-hubs/apache-kafka-frequently-asked-questions.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ sections:
3838
- They fully distinct from Event Hubs consumer groups. You **don't** need to use '$Default', nor do you need to worry about Kafka clients interfering with AMQP workloads.
3939
- They aren't viewable in the Azure portal. Consumer group info is accessible via Kafka APIs.
4040
41+
- question: |
42+
Does Azure Event Hubs for Apache Kafka support shared access signature token authentication?
43+
answer: |
44+
Authenticating using [OAuth 2.0 and Shared access signature](event-hubs-for-kafka-ecosystem-overview#security-and-authentication) is supported.
45+
46+
Shared access signature tokens are [generated](authenticate-shared-access-signature.md#generate-a-shared-access-signature-token) using an authorization rule and one of its signing keys. This is not supported when using the Event Hubs for Apache Kafka endpoint.
47+
4148
additionalContent: |
4249
4350
## Next steps

0 commit comments

Comments
 (0)