Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.257 ·

OIDC/OAuth endpoint URLs are now validated with URL.canParse before use

An invalid OIDC issuer now gives a clear not-a-valid-URL error instead of an uncaught exception.

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaAuthwhat it touches
KindBug Fixesin v2.1.257,
You'll notice

An invalid OIDC issuer now gives a clear not-a-valid-URL error instead of an uncaught exception.

OIDC discovery and token-exchange code paths now check URL.canParse() on the well-known/token endpoint URL before constructing a URL object. An invalid issuer now surfaces a clear "issuer is not a valid URL" error instead of an uncaught exception from URL construction.

See this entry in the whole of v2.1.257 →

Feedback