Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
my company runs their Claude models on Amazon bedrock, and not via the Claude Desktop App. I can access Claude via Windows Terminal and would like to allow Claude accessing our Qlik Cloud Tenant. Following the Help Document here Connecting to the Qlik MCP server | Qlik Cloud Help for the way to connect to Claude with the OAuth Client ID 76d3f46e87655a50424bec7e0f0bb1e2 I get the error :
{"errors":[{"title":"Invalid redirect_uri","detail":"redirect_uri is not registered","code":"OAUTH-1","status":"400"}],"traceId":"xxx"}
(the redirect URL is localhost*/callback, because I’m acessing it via Windows Terminal)
I also tried to create an OAuth client (Native or Web). And add this Client ID in the MCP-configuration. Doing so I shortly get a success-screen. But Claude responds “Got new credentials, but qlik_native rejected them on reconnect. Try re-authenticating, or restart Claude Code if it persists.”
In Qlik I see the following events:
Any ideas how I could fix that?
Cheers
Alex
I think now I got it after discovering this post: Full Guide: Qlik Cloud MCP + Gemini CLI + Antigrav... - Qlik Community - 2550795
The missing piece was the scope mcp:execute for the native oAuth, I created.
I think now I got it after discovering this post: Full Guide: Qlik Cloud MCP + Gemini CLI + Antigrav... - Qlik Community - 2550795
The missing piece was the scope mcp:execute for the native oAuth, I created.