Skip to content

Instantly share code, notes, and snippets.

@shortjared
Created June 19, 2026 17:39
Show Gist options
  • Select an option

  • Save shortjared/7ea430d76e284f84d3ad8fb70929da29 to your computer and use it in GitHub Desktop.

Select an option

Save shortjared/7ea430d76e284f84d3ad8fb70929da29 to your computer and use it in GitHub Desktop.
OAuth CIMD local test client
{
"client_id": "https://gist.githubusercontent.com/shortjared/7ea430d76e284f84d3ad8fb70929da29/raw/cimd.json",
"client_name": "Local Test Client",
"redirect_uris": [
"http://localhost:3000/callback"
],
"token_endpoint_auth_method": "none"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment