tenant-adminUpdated 2026-05-15

SSO Group Mappings

Live SSO Group Mappings administration screen.

What this covers

SSO group mappings translate identity-provider groups into Tessallite workspace and project roles. They are evaluated when a user signs in through SAML or OIDC, allowing access to follow the user's IdP group membership instead of being managed only by local Tessallite user records.

What a mapping contains

FieldMeaning
Provider groupGroup name or claim value received from the identity provider.
WorkspaceTenant workspace where the mapping applies.
ProjectOptional project scope. If omitted, the mapping applies at workspace level where supported.
RoleTessallite role granted by the mapping, such as viewer, modeler, or admin.
StatusWhether the mapping is active.

How mappings are applied

On SSO login, Tessallite reads the configured group claim, finds matching mappings, and applies the corresponding roles. If a user is removed from an IdP group, the mapped access is removed on the next sign-in. Local emergency admin access should be kept separate so administrators are not locked out by an IdP outage.

Good practice

Use narrow IdP groups that match business responsibilities. Avoid mapping broad groups such as "all employees" to modeler or admin roles. Review mappings alongside Project Settings, Manage Users, and Audit Log when investigating access issues.

Related