SSO
ZITADEL SSO
Use this guide when your organization signs in with ZITADEL. Lettermint connects to a ZITADEL OIDC application.
Before you start
You need access to the ZITADEL project that should contain the Lettermint application. Create an OIDC application and register the Lettermint OIDC callback URL from the SSO guide as a redirect URI.
ZITADEL setup
- Open your ZITADEL instance.
- Create or select a project for Lettermint.
- Add an OIDC application.
- Configure it as a web application with a client secret.
- Add the Lettermint OIDC callback URL from the SSO guide as an allowed redirect URI.
- Copy the client ID and client secret.
Lettermint setup
In the Lettermint SSO setup screen, choose ZITADEL and enter:
| Field | Value |
|---|---|
| Domain | Your managed email domain, for example example.com. |
| Metadata URL | https://{instance}/.well-known/openid-configuration |
| Client ID | The ZITADEL client ID. |
| Client secret | The ZITADEL client secret. |
Use the full public hostname for {instance}.
References
Last modified on