feat: support Client ID Metadata Document (CIMD) for OAuth (#8550)

This commit is contained in:
jh-block
2026-04-15 17:53:25 +02:00
committed by GitHub
parent f850b44d4d
commit 78b5b5209a
2 changed files with 20 additions and 2 deletions
@@ -0,0 +1,12 @@
{
"client_id": "https://goose-docs.ai/oauth/client-metadata.json",
"client_name": "goose",
"redirect_uris": [
"http://127.0.0.1/oauth_callback",
"http://[::1]/oauth_callback"
],
"grant_types": ["authorization_code", "refresh_token"],
"response_types": ["code"],
"token_endpoint_auth_method": "none",
"code_challenge_methods_supported": ["S256"]
}