Create OAuth Client

This token needs Admin privileges to create OAuth clients

✅ No need to expose localhost to internet

✅ Works immediately for development

⚠️ Need to update OAuth client redirect URL later

✅ Direct control over callback handling

✅ No need to update OAuth client later

⚠️ Requires HTTPS endpoint (localhost won't work)

⚠️ Need to set up your own callback server

How it works

  1. Enter your LaunchDarkly API token (requires Admin privileges)
  2. Provide a name for your OAuth client
  3. Optionally enter your app's redirect URL
  4. Click "Create OAuth Client" to create it in LaunchDarkly
  5. The client credentials will be automatically saved for testing
  6. You can then test the OAuth flow and download templates