Created
June 19, 2026 17:39
-
-
Save shortjared/7ea430d76e284f84d3ad8fb70929da29 to your computer and use it in GitHub Desktop.
OAuth CIMD local test client
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/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