Skip to content

Incorrect constructor for OAuth metadata URL #700

@localden

Description

@localden

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    authIssues and PRs related to authorizationbugSomething isn't workingwaiting on submitterWaiting for the submitter to provide more info

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions