Skip to content

KafkaConnector authentication with Apicurio Azure AD #6036

Answered by carlesarnal
seb2020 asked this question in Q&A
Discussion options

You must be logged in to vote

The underlying issue might be that you're using the configuration values from 3.x in a 2.6.x deployment.

The correct configuration paths in 2.6 are:

    key.converter.apicurio.auth.service.token.endpoint: https://login.microsoftonline.com/<id>/oauth2/v2.0/token/
    key.converter.apicurio.auth.client.id: xxx
    key.converter.apicurio.auth.client.secret: xxx
    key.converter.apicurio.auth.client.scope

(Note that I have removed .registry from the path).

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@seb2020
Comment options

@carlesarnal
Comment options

Answer selected by seb2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #6032 on March 12, 2025 10:38.