ReleaseCloudflare (Workers AI)Cloudflare (Workers AI)published Dec 20, 2025seen Jun 26

cloudflare/workers-oauth-provider v0.2.2

cloudflare/workers-oauth-provider

Open original ↗

Captured source

source ↗
published Dec 20, 2025seen Jun 26captured 2whttp 200method plain

v0.2.2

Repository: cloudflare/workers-oauth-provider

Tag: v0.2.2

Published: 2025-12-20T14:58:19Z

Prerelease: no

Release notes:

Patch Changes

(by @mattzcarey in )

CIMD support allows clients to use HTTPS URLs as client_id values that point to metadata documents.

When a client_id is an HTTPS URL with a non-root path, the provider fetches and validates the metadata document instead of looking up in KV storage. Added validation to ensure client_id in the document matches the URL and redirect_uris are present.

matches the new authorization spec for MCP