---
title: "CRM Single Sign-On (SSO) with JWT | NeetoCRM"
description: "Use CRM single sign-on with NeetoCRM. Team members log in to your own system and open NeetoCRM in one click through JWT-based SSO, with no separate login."
canonical_url: "https://www.neeto.com/neetocrm/features/sso"
markdown_url: "https://www.neeto.com/neetocrm/features/sso.md"
---

# CRM Single Sign-On (SSO) with JWT | NeetoCRM

Use CRM single sign-on with NeetoCRM. Team members log in to your own system and open NeetoCRM in one click through JWT-based SSO, with no separate login.

## Overview

NeetoCRM supports single sign-on (SSO), so team members who are already logged in to your company's system can open the CRM with one click instead of logging in again. It uses JWT login, and you request it through Neeto support. Once approved, you receive a private key for signing login requests.

Your server adds a route that checks the user is logged in and authorized, then generates a one-time login URL using the open source neeto-jwt client and redirects the user to it. Neeto verifies the token and signs the user in to NeetoCRM. Team members are invited with the same email they use in your product, either manually or through the API.

## Links

-   [Human page](https://www.neeto.com/neetocrm/features/sso)
