Replies: 1 comment
-
|
Hello, maybe this will help: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
❗ Issue: Authentication incompatibility between Azure AI Foundry MCP client and Atlassian MCP server
Summary
Unable to successfully invoke Atlassian MCP (Rovo MCP) tools (e.g., Jira queries) from an Azure AI Foundry agent due to authentication incompatibility across all supported methods.
🔍 Context
Attempting to connect an Azure AI Foundry agent to the Atlassian MCP server to enable Jira queries via MCP tools.
Azure AI Foundry supports the following MCP authentication methods:
Atlassian MCP appears to require a specific OAuth/JWT-based authentication model, which does not align with these options.
🧪 What was attempted
1. OAuth Identity Passthrough (Custom Atlassian OAuth app)
Setup:
Result:
tools/list)"We are having trouble completing this action"Observation:
2. Key-based Authentication (API Token as Bearer)
Setup:
Key: Authorization
Value: Bearer
Result:
401 Unauthorized: failed to parse token not a compact JWS
Observation:
🧠 Analysis
There appears to be a fundamental mismatch:
Additionally:
Authorization: Bearer <token>) (Microsoft Learn)❓ Questions / Requests for clarification
Is Atlassian MCP officially supported by Azure AI Foundry MCP client?
Does Foundry support MCP servers that require JWT-based authentication (JWS tokens)? If yes, how should such tokens be generated and injected?
Is there support planned for MCP-native OAuth flows (e.g., dynamic client registration / DCR)? Current OAuth passthrough appears incompatible with MCP expectations
Are there known limitations with non-Microsoft MCP servers that enforce stricter auth models?
Is there a recommended architecture or workaround for integrating with Atlassian MCP? e.g., proxy pattern, token exchange, or custom auth handler
📌 Current status
✅ Expected outcome
Guidance on: Supported authentication pattern for Atlassian MCP, Whether current behavior is expected or a gap, Recommended integration approach
💡 Additional notes
Any guidance or confirmation would be greatly appreciated. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions