Identity Universe¶
Identity Universe is Fortytwo's identity and access management platform. It takes the data your organisation already keeps about its people — in HR systems, student information systems, and elsewhere — builds one consistent picture of who everyone is and what they do, and uses that picture to decide who gets access to what.
Sign in at universe.fortytwo.io.
The parts¶
| IAM Core | The data foundation. Source systems are brought in through connectors, and sync rules turn that raw data into identities, organizational units and relationships. |
| Collections | Groups of people, either defined by criteria over the core data or joinable on request with an approval flow. Collections are how access is expressed. |
| Workflows | Automation that reacts to people joining or leaving a collection, for example by calling a webhook. Configured from the Administration blade. |
How it fits together¶
flowchart LR
A[HR system] --> C
B[Student information system] --> C
D[Entra ID] --> C
C[Connectors] --> E[IAM Core]
E --> F[Collections]
F --> G[Workflows]
F --> H[Access in target systems]
Data flows in one direction. A source system owns its data and pushes it into a connector; sync rules decide what that means in terms of identities and organizational structure; collections group those identities; and access follows from collection membership.
The value of the middle step is that it happens once. Rather than every downstream system needing its own opinion about who counts as an employee, that question is answered in one place and everything else builds on the answer.
Where to start¶
- Getting started — signing in, consent, and a tour of the pages you will see as a user
- IAM administrator — the roles needed to administer Identity Universe, and how to assign them
- IAM Core — the data model, connectors and sync rules
- Collections — criteria and joinable collections
Most things can be done in the web interface, through a PowerShell module, or through the API — see the relevant section for each.