Does Azure Function Kafka Trigger Supports OAuth Authentication Mechanism?

Shreekumar Suggamad 146 Reputation points
2024-02-29T07:15:31.65+00:00

We are using Azure Function with Kafka Trigger as below:enter image description here

Now, we wanted to use OAuth for this. as we have "ClientId", "Client Secrete", "Scope" and "Token URL" to pass here

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2024-02-29T10:06:37.24+00:00

    @Shreekumar Suggamad Thanks for reaching out.

    Azure Functions Kafka Trigger does not support parameter "ClientId", "Client Secrete", "Scope" and "Token URL". Unfortunately, this is currently not a supported mechanism. The Kafka Trigger only supports Gssapi, Plain (default), ScramSha256, ScramSha512 authentication mechanism as documented here.

    Let me know if you have any queries or concerns.

    Please 'Accept Answer' if it helped so that it can help others in the community looking for help on similar topics.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.