-
Couldn't load subscription status.
- Fork 933
Closed as not planned
Labels
authIssues and PRs related to authorizationIssues and PRs related to authorizationbugSomething isn't workingSomething isn't workingwaiting on submitterWaiting for the submitter to provide more infoWaiting for the submitter to provide more info
Description
In my PRM document for my MCP server I am declaring the authorization server as:
http://localhost:8080/realms/master
Inspector tries to construct the metadata endpoint like this:
http://localhost:8080/.well-known/oauth-authorization-server/realms/master
However, this is incorrect. This works for PRM URL construction, but for the OAuth metadata it should be:
http://localhost:8080/realms/master/.well-known/oauth-authorization-server
dpbevin, djoreilly, Vanja-S, lukehsiao and jagannathsrs
Metadata
Metadata
Assignees
Labels
authIssues and PRs related to authorizationIssues and PRs related to authorizationbugSomething isn't workingSomething isn't workingwaiting on submitterWaiting for the submitter to provide more infoWaiting for the submitter to provide more info