Skip to content

[BUG] Inspector denies my client secret because its shorter than 8 characters #1723

@argestes

Description

@argestes

Issue

I cannot create an Oauth client for my MCP server. I'm using an identity provider that accepts shorter-than-8-chars client secrets. But I cannot add my secret since MCP Jam declines shorter than 8 characters long secrets.

How to reproduce

  1. Go to Main screen
  2. Click on 'Add Server'
  3. Click on 'No Authentication' under 'Authentication' section
  4. Select 'Oauth'
  5. Click on 'Advanced'
  6. Enable 'Use custom OAuth credentials'
  7. Enter 'banana' as client secret
  8. See error 'Client Secret must be at least 8 characters if provided'. Expected behavior: letting me save the secret.

Screenshots

Image

Platform

  • Mac App

Additional Context

Even though the spec is min 8 characters long, my backend actually doesn't care about it and expects a smaller client secret.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions