Add Codex OAuth troubleshooting note#31
Open
dmontagu wants to merge 1 commit into
Open
Conversation
Codex CLI 0.142.0+ drops the RFC 9207 `iss` parameter from the OAuth callback (openai/codex issue 31573), so `codex mcp login` fails with "Authorization server response missing required issuer" against spec-compliant servers, including the hosted Logfire MCP. Document the failure mode and workarounds. Claude-Session: https://claude.ai/code/session_014iPT6z2qtARBxoKCPgw4wc
dmontagu
force-pushed
the
dm/codex-oauth-troubleshooting
branch
from
July 13, 2026 19:18
d17f544 to
d3487b4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Codex CLI 0.142.0 through at least 0.144.3 drops the RFC 9207
issparameter from the OAuth authorization callback (openai/codex#31573), socodex mcp login logfirefails withAuthorization server response missing required issuerafter the browser shows "Authentication complete". This has been breaking the Install-In-Codex flow for users since late June.Adds a troubleshooting subsection under Install In Codex documenting the failure mode and workarounds (server-side workaround being rolled out to hosted Logfire MCP; downgrade to codex 0.141.0 otherwise).
https://claude.ai/code/session_014iPT6z2qtARBxoKCPgw4wc