Description
When attempting to authenticate the adobe-for-creativity plugin in Claude Code,
the OAuth flow fails with HTTP 403.
Steps to reproduce
- Install plugin:
/plugin adobe-for-creativity
- Run
/reload-plugins
- Attempt authentication via Claude Code SDK
Error received
From authenticate tool:
SDK auth failed: HTTP 403: Invalid OAuth error response:
SyntaxError: JSON Parse error: Unexpected EOF. Raw body: empty.
From MCP server directly:
{
"jsonrpc": "2.0",
"error": {
"code": 401,
"message": "Authorization header is required"
}
}
Environment
- Claude Code version: latest
- OS: Windows 11
- Plugin version: 1.1.0
- MCP server URL: https://adobe-creativity.adobe.io/mcp
Expected behavior
OAuth flow completes and tools become available.
Possible cause
The Claude Code SDK OAuth client may not have permission to initiate
the OAuth flow with Adobe's server, or the server may be in restricted access.
Description
When attempting to authenticate the
adobe-for-creativityplugin in Claude Code,the OAuth flow fails with HTTP 403.
Steps to reproduce
/plugin adobe-for-creativity/reload-pluginsError received
From authenticate tool:
SDK auth failed: HTTP 403: Invalid OAuth error response:
SyntaxError: JSON Parse error: Unexpected EOF. Raw body: empty.
From MCP server directly:
{ "jsonrpc": "2.0", "error": { "code": 401, "message": "Authorization header is required" } } Environment - Claude Code version: latest - OS: Windows 11 - Plugin version: 1.1.0 - MCP server URL: https://adobe-creativity.adobe.io/mcp Expected behavior OAuth flow completes and tools become available. Possible cause The Claude Code SDK OAuth client may not have permission to initiate the OAuth flow with Adobe's server, or the server may be in restricted access.