• release
  • SAML
  • SAML application
  • HTTP email connector

Logto product updates

It's time for a new Logto release! This update brings support on SAML applications, HTTP email connector with some bug fixes.

Darcy Ye
Darcy Ye
Developer

Stop wasting weeks on user auth
Launch secure apps faster with Logto. Integrate user auth in minutes, and focus on your core product.
Get started
Product screenshot

Support SAML applications

Logto now supports acting as a SAML identity provider (IdP), enabling enterprise users to achieve secure Single Sign-On (SSO) through the standardized SAML protocol. Key features include: saml-app-demo.png

  • Full support for SAML 2.0 protocol
  • Flexible attribute mapping configuration
  • Metadata auto-configuration support
  • Enterprise-grade encryption and signing

View full documentation for more details.

Add HTTP email connector

Users can now use HTTP email connector for sending emails. The HTTP email connector allows you to send emails via HTTP call. To use the HTTP email connector, you'll need to have your own email service that expose an HTTP API for sending emails. Logto will call this API when it needs to send an email. For example, when a user registers, Logto will call the HTTP API to send a verification email.

Bug fixes

  • 62eb8ed Fixed the issue where the CLI could not correctly initialize the Logto instance or deploy database alterations.
  • bf2d300 Fixed the bug that a user accepts an invitation and join an organization does not trigger the Organization.Membership.Updated webhook.