@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.