LibreChat client is not sending client_id when "token_endpoint" called. #9184
Unanswered
okohub
asked this question in
Troubleshooting
Replies: 1 comment
-
you must specify |
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.
-
I was playing with MCP Oauth flows for my simple MCP server, looks like there is a difference between behaviours of Claude Desktop App and LibreChat.
For example, when Claude Desktop App (of course with npx mcp-remote) calling my endpoint they are sending these parameters:
When it turns to LibreChat (deployed at internal network), I saw these parameters:
My expectation is; client_id should be sent to server when calling token_endpoint as in Claude flow.
(Then, may be client_secret should also be sent but I don't know whether it is a standard or not)
Beta Was this translation helpful? Give feedback.
All reactions