---
title: Unified Single Sign-On API — Truto Unified API
slug: sso
canonical: "https://truto.one/unified-apis/sso/"
---

# Single Sign-On Unified API

Integrate Single Sign-On data across 5 providers with one API. 2 normalized resources, real-time pass-through, fully customizable.

**Base URL:** `https://api.truto.one/unified/sso`  
**Resources:** 2  
**Integrations:** 5

## Resources

### App Users

AppUsers represent the users assigned to an application. (9 fields)

- `id` (string) — The unique identifier of the user.
- `first_name` (string) — The first name of the user
- `last_name` (string) — The last name of the user
- `name` (string) — The name of the user
- `username` (string) — The username of the user
- `emails` (array) — The emails of the user
- `phones` (array) — The phones of the user
- `status` (string) — The status of the user. If no clear mapping is available, then the raw value is returned.
- `apps` (array) — The applications the user is assigned to.

### Apps

Applications represent the applications that are registered with the SSO service. (7 fields)

- `id` (string) — The unique identifier of the application.
- `name` (string) — The name of the application.
- `display_name` (string) — The display name of the application.
- `status` (string) — The status of the application. If no clear mapping is available, then the raw value is returned.
- `sign_on_mode` (string) — The sign on mode of the application.
- `created_at` (string) — The date and time the application was created.
- `updated_at` (string) — The date and time the application was last updated.

## Supported integrations

- [Google](https://truto.one/integrations/detail/google/)
- [Google Workspace](https://truto.one/integrations/detail/googleworkspace/)
- [Microsoft 365](https://truto.one/integrations/detail/microsoft/)
- [Okta](https://truto.one/integrations/detail/okta/)
- [Torii](https://truto.one/integrations/detail/torii/)
