Skip to content

Dynamic Client Registration requests omit scope, leading to over-privileged client registrations #959

@Nitin2108

Description

@Nitin2108

When Claude performs OAuth 2.0 Dynamic Client Registration, it does not include the scope client metadata in the registration request body. Because our server then falls back to a permissive default, the client gets registered as allowed for all scopes, which is a security risk.

Current behavior (observed):
Registration request from Claude omits scope.
Our server registers the client with a broad default, effectively enabling all scopes.

Expected behavior:
Claude should include a scope value in the registration request, chosen using least-privilege:
Discover scopes_supported from the protected resource (/.well-known/oauth-protected-resource)
Request only the subset required for the intended operations (ideally progressive/just-in-time scoping).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions