Skip to content

Título: [adobe-for-creativity] OAuth authentication fails with HTTP 403 #225

Description

@MarcosJunior-mraj

Description

When attempting to authenticate the adobe-for-creativity plugin in Claude Code,
the OAuth flow fails with HTTP 403.

Steps to reproduce

  1. Install plugin: /plugin adobe-for-creativity
  2. Run /reload-plugins
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions