LettermintLettermint
  • Knowledge base
  • Community
  • Changelog
  • Support
  • Documentation
  • Sending API
  • Team API
  • MCP server
Get started
Send email
Receive email
Manage
    Handle API tokens securely
    Projects and routes
    Domains
    Webhooks
    Teams
      Team API
      Team rolesTeam membersSecurity
      Single sign-on
        Single sign-onGoogle WorkspaceMicrosoft Entra IDOktaZITADELauthentikKeycloakcidaasOrySignicatCustom OIDCCustom SAML
      SCIM provisioningSpend limits
Resources
Single sign-on

Custom OIDC

Use this guide when your provider supports OpenID Connect but is not listed as a preset.

Provider setup

Create a confidential web application or OAuth2/OIDC client in your identity provider and add the Lettermint OIDC callback URL from the SSO guide as an allowed redirect URI.

The provider should support:

  • authorization code flow,
  • client ID and client secret,
  • openid, email, and profile scopes,
  • a discovery document, or separate authorization, token, and userinfo URLs.

Lettermint setup

In the Lettermint SSO setup screen, choose Custom OIDC and enter:

FieldDescription
DomainThe verified email domain that should use this provider.
Metadata URLThe provider .well-known/openid-configuration URL, when available.
Client IDThe OIDC client ID.
Client secretThe OIDC client secret.

If no metadata URL is available, enter the authorization URL, token URL, and userinfo URL manually.

References

  • OpenID Connect Core
SignicatCustom SAML
On this page
  • Provider setup
  • Lettermint setup
  • References