SSO
Microsoft Entra ID SSO
Use this guide when your organization signs in with Microsoft Entra ID. Lettermint connects to Entra ID through OpenID Connect.
Before you start
You need permission to create or edit an application registration in the Microsoft Entra admin center. Microsoft requires the Lettermint OIDC callback URL from the SSO guide to be added to the app registration before it will redirect users back to Lettermint.
Entra ID setup
- Open the Microsoft Entra admin center.
- Go to Applications > App registrations.
- Create a new registration or open an existing Lettermint application.
- Add a Web redirect URI using the Lettermint OIDC callback URL from the SSO guide.
- Create a client secret.
- Copy the application client ID, client secret, and tenant ID.
Lettermint setup
In the Lettermint SSO setup screen, choose Microsoft Entra ID and enter:
| Field | Value |
|---|---|
| Domain | Your Microsoft-managed email domain, for example example.com. |
| Metadata URL | https://login.microsoftonline.com/{tenant}/v2.0/.well-known/openid-configuration |
| Client ID | The application client ID. |
| Client secret | The client secret value. |
Replace {tenant} with your tenant ID or tenant primary domain.
References
- Microsoft: Configure OIDC SSO for applications
- Microsoft: OpenID Connect on the Microsoft identity platform
Last modified on