Skip to content

Instantly share code, notes, and snippets.

@benseri
benseri / cimd-client-metadata.json
Last active May 22, 2026 08:32
Zafran CIMD spike attempt 2
{
"client_id": "https://gist.githubusercontent.com/benseri/0ce1e5756be74aba98f8e2eb2c993e27/raw/cimd-client-metadata.json",
"client_name": "Zafran CIMD Spike",
"redirect_uris": ["http://localhost:18888/callback"],
"grant_types": ["authorization_code", "refresh_token"],
"response_types": ["code"],
"token_endpoint_auth_method": "none",
"scope": "openid"
}