Poggio
Docs
REST APIWell-Known

Oauth Authorization Server Metadata

OAuth 2.0 Authorization Server Metadata Discovery Endpoint. Per RFC 8414 and MCP OAuth specification, this endpoint provides authorization server metadata for client discovery. Returns: Authorization server metadata including supported endpoints, grant types, and PKCE methods.

GET
/.well-known/oauth-authorization-server

Response Body

application/json

curl -X GET "https://api.poggio.io/.well-known/oauth-authorization-server"
{}