{
  "is_token_endpoint_ip_header_trusted": false,
  "name": "account360-login",
  "is_first_party": true,
  "oidc_conformant": true,
  "sso_disabled": false,
  "cross_origin_auth": false,
  "client_metadata": {
    "sentry_dns": "##SENTRY_DNS##",
    "ows_user": "##OWS_USER##",
    "skip_hydrate": "true",
    "skip_grass": "false",
    "enabled_connection_types": @@DEFAULT_LOGIN_CONNECTIONS@@,
    "display_name": "Account360"
  },
  "description": "",
  "logo_uri": "",
  "sso": false,
  "callbacks": @@ACCOUNT360_CALLBACK_URLS@@,
  "allowed_logout_urls": @@ACCOUNT360_LOGOUT_URLS@@,
  "allowed_clients": [],
  "allowed_origins": @@ACCOUNT360_ALLOWED_ORIGINS@@,
  "jwt_configuration": {
    "alg": "RS256",
    "lifetime_in_seconds": 36000,
    "secret_encoded": false
  },
  "token_endpoint_auth_method": "none",
  "app_type": "spa",
  "initiate_login_uri": @@ACCOUNT360_LOGIN_URI@@,
  "grant_types": @@ACCOUNT360_GRANT_TYPES@@,
  "web_origins": @@ACCOUNT360_WEB_ORIGINS@@,
  "organization_usage": "##ACCOUNT360_ORG_USAGE##",
  "custom_login_page_on": true,
  "refresh_token": {
    "leeway": @@SPA_REFRESH_TOKEN_LEEWAY@@,
    "rotation_type": "rotating",
    "expiration_type": "expiring",
    "token_lifetime": 72000,
    "idle_token_lifetime": 7200
  }
}
