Skip to main content

Overview

SAML SSO (Security Assertion Markup Language Single Sign-On) lets your team sign in to Galtea using your company’s existing identity provider (IdP) — such as Microsoft Entra ID (Azure AD), Okta, or Google Workspace — instead of a separate password. When SSO is active, users authenticate with the identity provider. The provider then sends a signed SAML assertion to Galtea, which creates or updates the user session. No Galtea password is needed.
SAML SSO is an Enterprise feature. Contact support@galtea.ai to enable it for your organization.

Prerequisites

  • You must be an Owner of the Galtea organization.
  • You must have admin access to your identity provider.

How it works

Galtea acts as the Service Provider (SP). Your company’s directory (Azure AD, Okta, Google Workspace, etc.) is the Identity Provider (IdP).

Setup overview

Follow these four steps to connect your identity provider:
1

Create a SAML application in your IdP

Add Galtea as a new SAML application inside your identity provider’s admin console.
2

Configure Galtea's SP values in the IdP

Copy the ACS URL and SP Entity ID from Galtea’s organization settings into your IdP.
3

Copy IdP values into Galtea

After saving in your IdP, copy these two values back into Galtea’s Organization Settings → Advanced Options:
4

Save and test

Save the organization settings. Ask a team member to sign in using the Team Slug shown in the SAML Configuration section of your Organization Settings.

Configuration fields

Open Organization Settings and scroll to the Advanced Options section. The following fields control SAML SSO.
Only organization Owners can view and edit these fields.

How users sign in

After SAML is configured, users sign in using the Team Slug assigned to your organization.
  1. Open the Galtea login page.
  2. Click Continue with SAML SSO.
  3. Enter the Team Slug (shown in the SAML Configuration section of your Organization Settings).
  4. Click Continue — the browser redirects to your identity provider.
  5. Authenticate with the identity provider.
  6. The browser returns to Galtea with an active session.
On first sign-in, Galtea creates a new user account linked to the SAML identity. On later sign-ins, the same account is reused.

Provider-specific guides

Follow the guide for your identity provider:

Microsoft Entra ID (Azure AD)

Configure SAML SSO with Microsoft Entra ID.

Okta

Configure SAML SSO with Okta.

Google Workspace

Configure SAML SSO with Google Workspace.

Certificate format

The public certificate must be in PEM format. PEM is a base64-encoded certificate wrapped in header and footer lines:
Most identity providers offer a “Download Certificate (Base64)” or “PEM” option. If you download a .cer or .crt file, open it in a text editor — if it starts with -----BEGIN CERTIFICATE-----, it is already in PEM format.

Troubleshooting