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

Signicat SSO

Use this guide when your organization signs in with Signicat. Lettermint connects to a Signicat OIDC client.

Before you start

You need access to the Signicat Dashboard, a configured Signicat domain, and an OIDC client. Signicat requires the redirect URI in requests to match the OIDC client configuration.

Signicat setup

  1. Open the Signicat Dashboard.
  2. Go to Products > eID and Wallet Hub > OIDC clients.
  3. Create or open the OIDC client for Lettermint.
  4. Select the authorization code flow.
  5. Add the Lettermint OIDC callback URL from the SSO guide as a redirect URI.
  6. Add the required scopes, including openid.
  7. Create and copy a client secret.

Lettermint setup

In the Lettermint SSO setup screen, choose Signicat and enter:

FieldValue
DomainYour managed email domain, for example example.com.
Metadata URLhttps://{tenant}.signicat.com/.well-known/openid-configuration
Client IDThe Signicat OIDC client ID.
Client secretThe Signicat client secret.

If your Signicat product exposes a client-specific well-known URL, use that discovery URL instead.

References

  • Signicat: OpenID Connect
  • Signicat: OIDC Config API
Last modified on May 19, 2026
Ory SSOCustom OIDC SSO
On this page
  • Before you start
  • Signicat setup
  • Lettermint setup
  • References