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
| Connector | Description | Sync | Webhooks |
|---|---|---|---|
| Microsoft Intune | Synchronize devices and compliance status | Yes | Yes |
| Microsoft Entra ID | Synchronize users and groups from Azure AD | Yes | Yes |
| SAP S/4HANA | Synchronize asset and employee data | Yes | No (polling) |
Setup
- Navigate to Settings and ensure your plan includes the Interface Hub feature
- Go to the Integrations page (admin only)
- Select a connector and click Configure
- Enter the required credentials (e.g., Azure Tenant ID, Client ID, Client Secret)
- Set the sync direction and interval
- 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:
| Plan | Minimum Interval |
|---|---|
| Free | 24 hours |
| Starter | 4 hours |
| Professional | 1 hour |
| Enterprise | 30 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)