Skip to content

Document OAuth authentication fixes and setup guide#1

Open
epanonymous wants to merge 1 commit into
mainfrom
document-oauth-fixes
Open

Document OAuth authentication fixes and setup guide#1
epanonymous wants to merge 1 commit into
mainfrom
document-oauth-fixes

Conversation

@epanonymous

Copy link
Copy Markdown
Owner

Summary

This PR documents the OAuth authentication issues we discovered and the working solution.

Key Findings

  1. DO NOT specify a model parameter when using OAuth - The OAuth API automatically selects the appropriate model
  2. Model names for OAuth are different from standard API model names
  3. The OAuth API enables features (like "thinking") that aren't supported by all models

Documentation Added

  • OAUTH_FIXES.md - Complete guide for OAuth setup including:
    • Working configuration example
    • How to get OAuth credentials
    • Creating SECRETS_ADMIN_PAT
    • Troubleshooting common errors
    • Test instructions

This documentation will help others avoid the same issues we encountered.

🤖 Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com

- Explain why model parameter should not be used with OAuth
- Provide working configuration example
- Include instructions for getting OAuth credentials
- Add troubleshooting section for common errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant