Understand the platform
Not sure how the Untis Platform works or what a platform application is? Start with the overview.
Get your integration working as fast as possible. This page walks you through what you need, how to choose your integration path, and where to start.
Understand the platform
Not sure how the Untis Platform works or what a platform application is? Start with the overview.
Request a platform application
Every integration starts with a platform application. Contact Untis to have yours configured in the platform application manager (PAM).
Choose the right APIs
If you plan to exchange data, review which APIs are available and which one fits your use case.
Review core concepts
Authentication flows, authorization model, and tenant isolation — read this before you implement.
The Untis Platform provides three building blocks — UI Integration, Single Sign-On, and API Integration — that you can combine freely. See the Platform Overview for descriptions of each.
UI + API + SSO ★ Recommended
Your app is embedded in the Untis Platform, users sign in automatically via SSO, and data flows between systems via API. The most complete integration pattern.
Get Platform Application · UI Integration · SSO · API Reference
UI + SSO
Your app is embedded in the Untis Platform and users sign in automatically — no data exchange via API. The Untis Platform acts as the identity provider even if users originally authenticated via an external IdP.
API-only
Server-to-server data exchange. No UI integration, no SSO. Best for data pipelines, rostering, and backend synchronization.
Get Platform Application · Authentication Model · API Reference
UI-only
Your web app is embedded in the Untis Platform with no SSO or data exchange. Rarely successful — only use this when SSO is genuinely not possible (e.g. a public website with no user accounts).