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

authentik SSO

Use this guide when your organization signs in with authentik. Lettermint connects to an authentik OAuth2/OIDC provider.

Before you start

You need administrator access to authentik. Create an application and OAuth2/OIDC provider pair, then register the Lettermint OIDC callback URL from the SSO guide in the provider redirect URI configuration.

authentik setup

  1. In the authentik Admin interface, go to Applications > Applications.
  2. Choose Create with provider.
  3. Create the application, then select OAuth2/OIDC as the provider type.
  4. Add the Lettermint OIDC callback URL from the SSO guide to the provider redirect URI list.
  5. Use the authorization code flow.
  6. Copy the client ID and client secret.
  7. Note the application slug for the discovery URL.

Lettermint setup

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

FieldValue
DomainYour managed email domain, for example example.com.
Metadata URLhttps://{instance}/application/o/{slug}/.well-known/openid-configuration
Client IDThe authentik client ID.
Client secretThe authentik client secret.

Replace {instance} with your authentik hostname and {slug} with the application slug.

References

  • authentik: OAuth 2.0 provider
  • authentik: Create an OAuth2 provider
Last modified on May 19, 2026
ZITADEL SSOKeycloak SSO
On this page
  • Before you start
  • authentik setup
  • Lettermint setup
  • References