-
Notifications
You must be signed in to change notification settings - Fork 907
Open
Labels
authIssues and PRs related to authorizationIssues and PRs related to authorizationbugSomething isn't workingSomething isn't working
Description
Describe the bug
When attempting to walk through the auth flow for my server, I get the following:

HTTP 405 trying to load well-known OAuth metadata
This seems to be directly related to: modelcontextprotocol/typescript-sdk#744
To Reproduce
Steps to reproduce the behavior:
- Have an OAuth server in the protected metadata at a trailing path like so:
my-org.okta.com/oauth/abc123
- Attempt to walk through OAuth
- Notice error
- Open console and see the following:
OAuth flow error: Error: HTTP 405 trying to load well-known OAuth metadata
discoverOAuthMetadata http://localhost:6274/assets/index-CPgI0-gs.js:16611
Expected behavior
OAuth flow to work with any auth server provider
franz-zuplo and jstillwa
Metadata
Metadata
Assignees
Labels
authIssues and PRs related to authorizationIssues and PRs related to authorizationbugSomething isn't workingSomething isn't working