~15 minutes
Provision members from Entra ID into Wando automatically. Entra pushes user and group changes to Wando's SCIM 2.0 endpoint over a bearer token, and Wando maps groups to roles.
In the Entra admin center, open Entra ID → Enterprise applications and pick the application you created for Wando (or "New application" → "Create your own application" → non-gallery if you haven't yet — name it "Wando").
Email your Wando contact (hej@wando.app) and ask them to issue a SCIM token for this organisation. They'll send back a bearer string in the form `<rawToken>:<providerId>` — keep it handy for step 4.
Back in Entra, on the Wando enterprise application, open "Provisioning" from the left menu. Click "Get started" (or "Edit provisioning" if returning later) and switch "Provisioning Mode" to "Automatic".
Fill in the "Admin Credentials" section:
Click "Test Connection". Entra calls Wando's `/ServiceProviderConfig` endpoint and verifies the bearer token. A green banner confirms success.
Expand "Mappings" → "Provision Microsoft Entra ID Users". The defaults are fine for Wando: `userPrincipalName → userName`, `mail → emails[type eq "work"].value`, `displayName → displayName`, `active → active`. Click "Save".
Expand "Mappings" → "Provision Microsoft Entra ID Groups". Keep the default mappings. Wando uses pushed groups to drive role assignment (see step 9).
Back on the application's overview, open "Users and groups" → "Add user/group". Pick the groups you want provisioned. Only assigned users and groups will be pushed.
After Entra runs its first provisioning cycle (Entra polls every ~40 minutes; click "Start provisioning" to trigger one), the pushed groups land in Wando. Send your Wando contact a list of which group should map to which role — "admin", "boss" or "member" — and they'll wire it up. Users in multiple groups get the highest role.
On the Provisioning page, set "Provisioning Status" to "On" and click "Save". Entra will start pushing assigned users and groups to Wando within a few minutes.
Send your values to your Wando contact
Once Entra has pushed its first provisioning cycle, send your Wando contact the group-to-role mapping you want. They'll apply it to the SCIM groups Entra pushed and confirm when provisioning is live.