Use the stable OpenAI app reference - #6
Draft
thebiglabasky wants to merge 1 commit into
Draft
Conversation
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.
Summary
checklyRationale
OpenAI introduced the stable ChatGPT CIMD client ID and redirect for authorization servers that support issuer identification. Checkly supports that flow, and the OpenAI plugin submission already authenticates through:
https://chatgpt.com/oauth/client.jsonhttps://chatgpt.com/connector_platform_oauth_redirectKeeping the repository-installed plugin on a separate callback-specific app creates two ChatGPT OAuth clients in Auth0. That makes scope and grant changes easy to apply to one path while missing the other. Pointing the plugin at the submission app gives us one intended ChatGPT OAuth posture alongside the existing single Claude posture.
Official guidance:
Merge gate
This is intentionally a draft. Before merging:
asdk_app_6a7f1be5a9e48191b23a7b6ae73cf976is the canonical OpenAI submission apphttps://chatgpt.com/oauth/client.jsonThe callback-specific Auth0 client is still active and must not be deleted as part of this PR. Retire it separately only after existing installations have migrated and its refresh-token activity has stopped.
Validation
npm testnpm run lintnpm run format:checknpm run typecheckgit diff --check