-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Labels
authIssues and PRs related to authorizationIssues and PRs related to authorizationbugSomething isn't workingSomething isn't working
Description
Describe the bug
The MCP inspector is not sending state query param with OAuth requests, which makes it incompatible with some OAuth servers that require state
To Reproduce
Steps to reproduce the behavior:
- Create an MCP server with OAuth implementation that requires state
- Connect to the MCP server in the inspector
- Go through the OAuth flow
- Got an error
invalid_statebecause there is nostatequery parameter sent in the/authorizerequest
Expected behavior
state should always be sent to ensure maximum compatibility
msabramo, pragmaticivan, pete001, crqrdotcom, Geasley and 1 moremsabramo and pragmaticivan
Metadata
Metadata
Assignees
Labels
authIssues and PRs related to authorizationIssues and PRs related to authorizationbugSomething isn't workingSomething isn't working