Last active
September 9, 2026 19:52
-
-
Save jarednova/d520ad0b50781625315bb7f3bbb5a524 to your computer and use it in GitHub Desktop.
Upstatement Justworks Sync — OAuth client-ID metadata document
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
| { | |
| "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