uslimato
|

Interface Hub

Overview

The Interface Hub is the foundation for all external integrations in Uslimato. It provides a unified connector framework that handles authentication, synchronization, webhooks, and credential management for external systems like Microsoft Intune, Microsoft Entra ID, and SAP S/4HANA.

Available Connectors

ConnectorDescriptionSyncWebhooks
Microsoft IntuneSynchronize devices and compliance statusYesYes
Microsoft Entra IDSynchronize users and groups from Azure ADYesYes
SAP S/4HANASynchronize asset and employee dataYesNo (polling)

Setup

  1. Navigate to Settings and ensure your plan includes the Interface Hub feature
  2. Go to the Integrations page (admin only)
  3. Select a connector and click Configure
  4. Enter the required credentials (e.g., Azure Tenant ID, Client ID, Client Secret)
  5. Set the sync direction and interval
  6. Enable the integration

Credential Security

  • All credentials are protected with industry-standard encryption
  • Credentials are never displayed after initial configuration — only a "configured" indicator is shown

Sync Intervals

The minimum sync interval depends on your billing plan:

PlanMinimum Interval
Free24 hours
Starter4 hours
Professional1 hour
Enterprise30 minutes

You can set any interval above your plan's minimum, up to a maximum of 2 weeks.

Sync Logs

Every synchronization run is logged with:

  • Start and finish timestamps
  • Status (success, partial, failed)
  • Number of records processed, created, updated, and failed
  • Error details (if any)

Access sync logs from the integration detail view.

Webhooks

Connectors that support webhooks (Intune, Entra ID) can receive real-time change notifications. Webhooks are secured — no authentication token is required, but every payload is cryptographically validated.

Field Mappings

Configure how external fields map to Uslimato fields. Each mapping defines:

  • External field — the field name in the external system
  • Internal field — the corresponding Uslimato field
  • Transform — optional transformation rules (e.g., value mapping, formatting)