{
  "is_token_endpoint_ip_header_trusted": false,
  "name": "publishing-delivery-recorder",
  "is_first_party": true,
  "oidc_conformant": true,
  "cross_origin_authentication": false,
  "sso_disabled": false,
  "cross_origin_auth": false,
  "refresh_token": {
    "expiration_type": "expiring",
    "leeway": @@SPA_REFRESH_TOKEN_LEEWAY@@,
    "token_lifetime": 2592000,
    "idle_token_lifetime": 1296000,
    "infinite_token_lifetime": false,
    "infinite_idle_token_lifetime": false,
    "rotation_type": "rotating"
  },
  "allowed_clients": [],
  "allowed_logout_urls": @@PUBLISHING_DELIVERY_RECORDER_LOGOUT_URLS@@,
  "callbacks": @@PUBLISHING_DELIVERY_RECORDER_CALLBACK_URLS@@,
  "native_social_login": {
    "apple": {
      "enabled": false
    },
    "facebook": {
      "enabled": false
    }
  },
  "organization_require_behavior": "post_login_prompt",
  "organization_usage": "require",
  "jwt_configuration": {
    "alg": "RS256",
    "lifetime_in_seconds": 36000,
    "secret_encoded": false
  },
  "client_aliases": [],
  "token_endpoint_auth_method": "none",
  "app_type": "spa",
  "grant_types": @@PUBLISHING_DELIVERY_RECORDER_GRANT_TYPES@@,
  "web_origins": @@PUBLISHING_DELIVERY_RECORDER_WEB_ORIGINS@@,
  "custom_login_page_on": true
}
