{
    "name": "apollo-mcp-login",
    "description": "Single OAuth client for MCP clients.",
    "app_type": "native",
    "is_first_party": true,
    "oidc_conformant": true,
    "skip_non_verifiable_callback_uri_confirmation_prompt": false,
    "sso_disabled": false,
    "cross_origin_auth": false,
    "token_endpoint_auth_method": "none",
    "organization_usage": "allow",
    "grant_types": [
        "authorization_code",
        "refresh_token"
    ],
    "callbacks": [
        "http://localhost:8511/callback",
        "http://localhost:8511/oauth/callback"
    ],
    "allowed_logout_urls": [],
    "allowed_clients": [],
    "jwt_configuration": {
        "alg": "RS256",
        "lifetime_in_seconds": 36000,
        "secret_encoded": false
    },
    "refresh_token": {
        "leeway": 0,
        "rotation_type": "rotating",
        "expiration_type": "expiring",
        "token_lifetime": 2592000,
        "idle_token_lifetime": 1296000,
        "infinite_token_lifetime": false,
        "infinite_idle_token_lifetime": false
    }
}
