{
  "issuer": "https://podflow.cc",
  "authorization_endpoint": "https://podflow.cc/oauth/authorize",
  "token_endpoint": "https://podflow.cc/oauth/token",
  "registration_endpoint": "https://podflow.cc/oauth/register",
  "jwks_uri": "https://podflow.cc/.well-known/jwks.json",
  "scopes_supported": ["podflow:read", "podflow:write", "podflow:digest", "podflow:mcp"],
  "response_types_supported": ["code", "token"],
  "grant_types_supported": ["authorization_code", "client_credentials", "refresh_token", "urn:ietf:params:oauth:grant-type:token-exchange"],
  "token_endpoint_auth_methods_supported": ["client_secret_basic", "client_secret_post", "private_key_jwt"],
  "revocation_endpoint": "https://podflow.cc/oauth/revoke",
  "agent_auth": {
    "register_uri": "https://podflow.cc/oauth/register",
    "supported_identity_types": ["agent", "user", "organization"],
    "supported_credential_types": ["bearer_token", "api_key", "mtls"],
    "claim_url": "https://podflow.cc/oauth/claim",
    "revocation_url": "https://podflow.cc/oauth/revoke"
  }
}
