Skip to main content
Configure SAML 2.0 SSO connections for enterprise identity providers.

SAML metadata

Provide your SAML metadata to configure the connection.

Metadata URL

Provide a URL to your IdP metadata:
{
  "metadataUrl": "https://idp.example.com/metadata"
}

Metadata XML

Or upload metadata XML directly:
<EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata">
  <!-- IdP metadata -->
</EntityDescriptor>

Manual configuration

Configure SAML connection manually:
{
  "ssoUrl": "https://idp.example.com/sso",
  "certificate": "-----BEGIN CERTIFICATE-----\n...",
  "entityId": "https://idp.example.com"
}

Attribute mapping

Map SAML attributes to user profile:
{
  "attributeMapping": {
    "email": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress",
    "firstName": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname",
    "lastName": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname"
  }
}

Next steps

SSO connections

Manage SSO connections

OIDC configuration

Configure OIDC

Build docs developers (and LLMs) love