You can run claude gateway without any OIDC config; sign-in endpoints simply return 404.
What's wrong with this entry?
claude gateway no longer requires OIDC configuration. With it absent, the device authorization endpoints return 404 "not found", discovery advertises no supported grant types, and the Google groups warning is suppressed. Upstream errors 413 and 501 now get readable messages.
- Affected endpoints:
GET /device,POST /device, and/oauth/device_authorization. - Discovery reports
grant_types_supported: []when OIDC is not configured. - 413 reads "request too large for this upstream"; 501 reads "upstream does not support this endpoint".
upstream does not support this endpoint
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.227
claude gatewaynow identifies itself as the gateway providerBoth mention gateway
-
v2.1.229
Gateway streaming keeps connections alive with pings
Both mention gateway
-
v2.1.232
Cloud gateway sign-in explains its restart, and refuses when it cannot
Both mention gateway