{ "dev": { "name": "value", "Security": { "Auth": { "auth-id": { "Type": "OAuth2", "Grant Type": "Authorization Code", "Client ID": "{{client_id}}", "Client Secret": "{{client_secret}}", "Redirect URL": "https://example.com", "Token URL": "http://{{host}}/oauth/token", "Auth URL": "http://{{host}}/oauth/authorize", "Scope": "write read" } } } } }