> ## Documentation Index
> Fetch the complete documentation index at: https://docs.juneops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Identity Provider Integrations

> Connect your identity provider with June for employee sync and single sign-on

Connect June with your identity provider to sync employee data and enable single sign-on (SSO) for your organization.

## Supported Identity Providers

<CardGroup cols={2}>
  <Card href="/integrations/okta">
    <div className="w-30 h-30">
      <img src="https://mintcdn.com/juneopsinc/YVnd1ri-Z4KVnXA1/images/okta-dark-mode.svg?fit=max&auto=format&n=YVnd1ri-Z4KVnXA1&q=85&s=276fd5fd0fa73d4ef47c19f18786d33e" alt="Okta" width={40} height={40} className="my-5" data-path="images/okta-dark-mode.svg" />
    </div>

    <div className="text-base font-bold text-white my-2">Okta</div>
    <div className="text-sm text-gray-400">Sync employees and enable SSO with Okta</div>
  </Card>

  <Card href="/integrations/google-workspace">
    <div className="w-30 h-30">
      <img src="https://mintcdn.com/juneopsinc/C20aq7J5TiiNefBH/images/google_logo.png?fit=max&auto=format&n=C20aq7J5TiiNefBH&q=85&s=7b1e9f2900b0cd4e9448c5e5ce299680" alt="Google Workspace" width={40} height={40} className="my-5" data-path="images/google_logo.png" />
    </div>

    <div className="text-base font-bold text-white my-2">Google Workspace</div>
    <div className="text-sm text-gray-400">Sync employees from Google Workspace</div>
  </Card>

  <Card href="/integrations/microsoft-entra">
    <div className="w-30 h-30">
      <img src="https://mintcdn.com/juneopsinc/C20aq7J5TiiNefBH/images/ms_entra_id_logo.png?fit=max&auto=format&n=C20aq7J5TiiNefBH&q=85&s=b5bda3348237f8216f139a740f953696" alt="Microsoft Entra ID" width={40} height={40} className="my-5" data-path="images/ms_entra_id_logo.png" />
    </div>

    <div className="text-base font-bold text-white my-2">Microsoft Entra ID</div>
    <div className="text-sm text-gray-400">Sync employees from Microsoft Entra ID</div>
  </Card>
</CardGroup>

## What Gets Synced

All identity provider integrations sync the following data:

| Data                      | Description                                             |
| ------------------------- | ------------------------------------------------------- |
| **Employees**             | Email, name, department, job title, manager, and status |
| **Groups**                | Group names, descriptions, and membership               |
| **Software Applications** | Applications managed by your IdP                        |
| **Application Usage**     | Last active timestamps and login events per user        |

<Note>
  Employee data syncs automatically on a daily basis. You can also trigger a manual sync from the integration settings.
</Note>
