SSO
cidaas SSO
Use this guide when your organization signs in with cidaas. Lettermint connects to cidaas through OpenID Connect.
Before you start
You need admin access to cidaas and an application client configured with the required redirect URLs. cidaas requires the openid scope for OIDC.
cidaas setup
- Open the cidaas Admin UI.
- Create or open the application client for Lettermint.
- Add the Lettermint OIDC callback URL from the SSO guide to the redirect URLs.
- Enable the
openid,email, andprofilescopes when available. - Copy the client ID and client secret.
- Note your cidaas tenant base URL.
Lettermint setup
In the Lettermint SSO setup screen, choose cidaas and enter:
| Field | Value |
|---|---|
| Domain | Your managed email domain, for example example.com. |
| Metadata URL | https://{tenant}.cidaas.eu/.well-known/openid-configuration |
| Client ID | The cidaas client ID. |
| Client secret | The cidaas client secret. |
If your tenant uses a different cidaas domain, use that domain in the discovery URL.
References
Last modified on