> For the complete documentation index, see [llms.txt](https://docs.secure-contacts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.secure-contacts.com/introduction/quick-facts-desktop.md).

# Quick Facts (Desktop)

<table data-header-hidden><thead><tr><th width="273.999755859375"></th><th></th></tr></thead><tbody><tr><td>Platform</td><td>Windows / MacOS</td></tr><tr><td>Minimum Requirements</td><td>Microsoft Entra ID for authentication and a device management solution (e.g., Intune, SCCM, Jamf) for centralized deployment and configuration.</td></tr><tr><td>Architecture</td><td>Fully embedded in Microsoft 365: Entra ID, MSAL ensure security and compliance by design.</td></tr><tr><td>Single Sign-On (SSO)</td><td>Single Sign-On (SSO) with Microsoft Entra ID, allowing users to log in securely with their existing corporate credentials. This ensures seamless access while meeting enterprise security and compliance requirements.</td></tr><tr><td>Access to contact sources</td><td>Azure Active Directory &#x26; Groups, Org Contacts (GAL), Exchange Online (EXO) Personal Contacts &#x26; Shared MailBox Contacts, Dynamics 365, MS Dataverse, Azure Blob Storage. Granularly configurable via AppConfig.</td></tr><tr><td>CRM Connectors</td><td>Access customer and business contacts from Salesforce, HubSpot, SAP, and other connected CRM systems.</td></tr><tr><td>Other contact sources</td><td>Exported contacts (CSV/JSON) from any source (cloud or on-prem) are automatically encrypted &#x26; uploaded to your Azure Blob Storage using the SCA-ABS-Connector (CMD tool) for SCA to synchronize.</td></tr><tr><td>No dedicated backend</td><td>Contacts stay yours: SCA reads contact data directly from your Azure tenant in the context of the signed-in user. Your Azure tenant is the backend - no foreign data processing.</td></tr><tr><td>Secure Storage</td><td>Stores all contact data locally in its secure container database, fully protected with AES-256 encryption.</td></tr><tr><td>Contact Features</td><td>Full name, title, company &#x26; department, phone &#x26; email, postal/business addresses, notes, and profile image.</td></tr><tr><td>Duplicate Contact Merge</td><td>Automatically detects and merges duplicate contacts into a single entry, preserving all associated information and features.</td></tr><tr><td>One-Click Calling</td><td>Start calls directly from SCA using Microsoft Teams, your preferred softphone, or native platform calling services.</td></tr><tr><td>Incoming Caller Identification (MS Teams)</td><td>Displays an enhanced caller popup with enriched contact details and company context for incoming Microsoft Teams and PSTN calls.</td></tr><tr><td>Create, Edit &#x26; Delete Contacts</td><td>Manage your (EXO) personal contacts in SCA - create, edit or, delete.</td></tr><tr><td>vCard integration</td><td>Auto-generated vCard (digital business card) for the signed-in user - optionally editable, multiple vCards. Fully configurable via AppConfig.</td></tr><tr><td>Core communication options</td><td>Phone, Email, MS Teams</td></tr><tr><td>Optional Messenger</td><td>Support for WhatsApp, Signal, Telegram, WebEx via AppConfig; additional messengers upon request.</td></tr><tr><td>MS Teams integration</td><td>Start a Chat, Call &#x26; VideoCall</td></tr><tr><td>MS Teams Status Display</td><td>Real-time Microsoft Teams status display (Teams presence indicator) for the corresponding contact.</td></tr><tr><td>Out-of-Office Display</td><td>Real-time display of the Outlook/Teams Out-of-Office message for the corresponding contact.</td></tr><tr><td>Organizational Chart</td><td>Real-time interactive organizational chart: quickly see reporting relationships and team hierarchy.</td></tr><tr><td>Sponsors Chart</td><td>Real-time interactive sponsors chart: quickly identify sponsor relationships and responsibilities.</td></tr><tr><td>Export/Share a Contact</td><td>Safely share individual contacts from SCA with trusted apps (e.g., Outlook, Microsoft Teams).</td></tr><tr><td>Dashboard &#x26; Widgets</td><td>Customizable dashboard with favorites, saved searches, team overview, calendar insights, recent activity, and company resources.</td></tr><tr><td>Offline Mode</td><td>All features, including caller identification, work without an active internet connection - except real-time feature like MS Teams Status, Out of Office messages, and similar.</td></tr><tr><td>CI customization / WhiteLabel</td><td>Button colors, switches, UI accents, and the company logo (shown in multiple places within the SCA) can be customized via AppConfig.</td></tr><tr><td>Granular control over everything</td><td>Every feature, switch, and contact source is configurable via AppConfig, with the option to create different AppConfigs for different user groups.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.secure-contacts.com/introduction/quick-facts-desktop.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
