Skip to content

feat(oauth): add logo_uri to client ID metadata documents - #10727

Merged
alexhancock merged 1 commit into
aaif-goose:mainfrom
mjdavidson:add-logo-uri-to-cimd
Jul 29, 2026
Merged

feat(oauth): add logo_uri to client ID metadata documents#10727
alexhancock merged 1 commit into
aaif-goose:mainfrom
mjdavidson:add-logo-uri-to-cimd

Conversation

@mjdavidson

@mjdavidson mjdavidson commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

What

Adds logo_uri to both client ID metadata documents (CIMD) served from goose-docs.ai:

  • documentation/static/oauth/client-metadata.json (MCP OAuth client)
  • documentation/static/oauth/huggingface-client-metadata.json (Hugging Face provider client)

Why

logo_uri is standard OAuth client metadata (RFC 7591 §2). Authorization servers that resolve the CIMD can show the goose logo on their consent screen instead of a generic placeholder, so users see who they're granting access to.

Details

  • Points at https://goose-docs.ai/img/logo_light.png — the square (3370×3370) black goose mark already served by the docs site. The black-on-transparent variant renders on the light backgrounds consent screens typically use (logo_dark.png is white and would be invisible).
  • Verified both the logo URL and the CIMD URLs return 200 on the live site, and both documents still parse as valid JSON.
  • No code changes: the Rust OAuth flow references these documents by URL only and doesn't parse them locally.

Authorization servers that support the OAuth Client ID Metadata
Document spec can display the client logo on consent screens.
Points at the square black goose mark already served from
goose-docs.ai, which renders on the light backgrounds consent
screens typically use.
@alexhancock
alexhancock merged commit cb816d3 into aaif-goose:main Jul 29, 2026
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants