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

authentik

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
ZITADELKeycloak
On this page
  • Before you start
  • authentik setup
  • Lettermint setup
  • References