README
Agent Runtimes / identity/dcr
identity/dcr
Dynamic Client Registration (DCR) for OAuth 2.1
Implements RFC 7591 - OAuth 2.0 Dynamic Client Registration Protocol https://oauth.net/2/dynamic-client-registration/
DCR allows OAuth clients to register themselves dynamically without manual setup, which is essential for AI agents that need to connect to OAuth providers discovered at runtime.
Interfaces
- AuthorizationServerMetadata
- ClientRegistrationError
- ClientRegistrationRequest
- ClientRegistrationResponse
- DynamicClient