Last active
April 14, 2026 01:28
-
-
Save roncodingenthusiast/183601f40caaba2296695f3e0754700a to your computer and use it in GitHub Desktop.
CIMD test client for MCP OAuth
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/roncodingenthusiast/183601f40caaba2296695f3e0754700a/raw/client.json", | |
| "client_name": "CIMD Test Client", | |
| "redirect_uris": [ | |
| "http://127.0.0.1/callback" | |
| ], | |
| "grant_types": ["authorization_code"], | |
| "response_types": ["code"], | |
| "token_endpoint_auth_method": "none" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment