Last active
September 9, 2026 14:58
-
-
Save arhen/e747ddc25a9138d21c94acbf66167add to your computer and use it in GitHub Desktop.
throwaway oauth metadata doc probe
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/arhen/e747ddc25a9138d21c94acbf66167add/raw/canva-client-probe.json", | |
| "client_name": "frndOS probe", | |
| "redirect_uris": ["http://localhost:3000/auth/connectors/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