LettermintLettermint
  • Knowledge base
  • Community
  • Changelog
  • Support
  • Documentation
  • Sending API
  • Team API
Getting started
Guides
Platform
    Projects & Routes
    Emails
    Domains
    Webhooks
    Teams
      Team API
      Team members
      SSO
        SSOGoogle Workspace SSOMicrosoft Entra ID SSOOkta SSOZITADEL SSOauthentik SSOKeycloak SSOcidaas SSOOry SSOSignicat SSOCustom OIDC SSOCustom SAML SSO
      SCIMSpend Limits
Resources
SSO

Custom OIDC SSO

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
Last modified on May 19, 2026
Signicat SSOCustom SAML SSO
On this page
  • Provider setup
  • Lettermint setup
  • References