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
- Go to Main screen
- Click on 'Add Server'
- Click on 'No Authentication' under 'Authentication' section
- Select 'Oauth'
- Click on 'Advanced'
- Enable 'Use custom OAuth credentials'
- Enter 'banana' as client secret
- See error 'Client Secret must be at least 8 characters if provided'. Expected behavior: letting me save the secret.
Screenshots
Platform
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.
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
Screenshots
Platform
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.