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

# SSO Integration

> Single Sign-On integration for JTL Cloud Apps (currently in development).

<Info>
  **This feature is in development.** SSO integration is not yet available for JTL Cloud Apps. This page will be updated when it becomes available.
</Info>

## What SSO Integration Will Enable

Single Sign-On (SSO) will allow JTL Cloud Apps to authenticate users via external identity providers (e.g. Microsoft Entra ID, Google Workspace, Okta). Rather than managing separate credentials for your app, merchants will be able to sign in using their organization's existing identity system.

This is particularly relevant for apps targeting larger merchants and enterprise customers who require centralized identity management across their tool stack.

## What's Available Today

Until SSO is available, Cloud Apps use:

* [OAuth 2.0 Client Credentials flow](/guides/essentials/authentication/oauth2-flow) for backend API access
* [Session tokens via AppBridge](/guides/cloud-apps/authentication-login) for identifying the current user and tenant within the App Shell

These cover most use cases today. SSO will add an additional layer for apps that need to integrate with a merchant's external identity provider.

## Register your Interest

If you need SSO for your app, contact the JTL partner team to express interest and get notified when the feature becomes available:

**[partner@jtl-software.com](mailto:partner@jtl-software.com)**

Include your app name and a brief description of your use case. This helps JTL prioritise the feature based on your needs.

## Next steps

<CardGroup cols={2}>
  <Card title="OAuth 2.0 Flow" icon="lock" href="/guides/essentials/authentication/oauth2-flow">
    The current authentication model for all JTL Cloud Apps.
  </Card>

  <Card title="Cloud Apps: Authentication" icon="grid-2x2" href="/guides/cloud-apps/authentication-login">
    How to implement authentication in your Cloud App today using AppBridge and session tokens.
  </Card>
</CardGroup>
