Request the simplified auth flow (#1834)

This commit is contained in:
pakrym-oai
2025-08-04 18:45:13 -07:00
committed by GitHub
parent 84bcadb8d9
commit f58401e203

View File

@@ -458,6 +458,7 @@ class _ApiKeyHTTPServer(http.server.HTTPServer):
"code_challenge": self.pkce.code_challenge,
"code_challenge_method": "S256",
"id_token_add_organizations": "true",
"codex_cli_simplified_flow": "true",
"state": self.state,
}
return f"{self.issuer}/oauth/authorize?" + urllib.parse.urlencode(params)