v1.24.0

logto-io/logtov1.24.0Feb 7, 2025by silverhand-bot

AI Summary

Added support for SAML applications and HTTP email connector.

Key Highlights

  • Full SAML 2.0 IdP support with metadata auto-configuration
  • HTTP email connector for custom email service integration
  • Fixed CLI initialization and organization membership webhook triggers

New Features

  • SAML application support
  • HTTP email connector
  • Bug fixes

Full Release Notes

![logto-changelog-2025-02](https://github.com/user-attachments/assets/9b88d729-b8f9-49d5-8af4-7c33771518be)

## 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](https://github.com/user-attachments/assets/ed134fc2-979c-47c8-99f8-c766698964c9)
- Full support for SAML 2.0 protocol
- Flexible attribute mapping configuration
- Metadata auto-configuration support
- Enterprise-grade encryption and signing

[View full documentation](https://docs.logto.io/integrate-logto/saml-app) 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.