Skip to content

Instantly share code, notes, and snippets.

@jarednova
Last active September 9, 2026 19:52
Show Gist options
  • Select an option

  • Save jarednova/d520ad0b50781625315bb7f3bbb5a524 to your computer and use it in GitHub Desktop.

Select an option

Save jarednova/d520ad0b50781625315bb7f3bbb5a524 to your computer and use it in GitHub Desktop.
Upstatement Justworks Sync — OAuth client-ID metadata document
{
"client_id": "https://gist.githubusercontent.com/jarednova/d520ad0b50781625315bb7f3bbb5a524/raw/justworks-client.json",
"client_name": "Upstatement Justworks Sync",
"client_uri": "https://github.com/Upstatement/dataform-upstatement",
"redirect_uris": ["http://127.0.0.1:8765/callback"],
"token_endpoint_auth_method": "none",
"grant_types": ["authorization_code", "refresh_token"],
"response_types": ["code"],
"scope": "time_off:read member.basic:read member.employment:read"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment