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
- Open the Signicat Dashboard.
- Go to Products > eID and Wallet Hub > OIDC clients.
- Create or open the OIDC client for Lettermint.
- Select the authorization code flow.
- Add the Lettermint OIDC callback URL from the SSO guide as a redirect URI.
- Add the required scopes, including
openid. - Create and copy a client secret.
Lettermint setup
In the Lettermint SSO setup screen, choose Signicat and enter:
| Field | Value |
|---|---|
| Domain | Your managed email domain, for example example.com. |
| Metadata URL | https://{tenant}.signicat.com/.well-known/openid-configuration |
| Client ID | The Signicat OIDC client ID. |
| Client secret | The Signicat client secret. |
If your Signicat product exposes a client-specific well-known URL, use that discovery URL instead.
References
Last modified on