github logto-io/logto v1.17.0

one month ago

Note

The US region is now available in Logto Cloud.

New webhook events

We are introducing a series of new webhook events triggered by data updates, mostly through the Management API, which are useful for various automation scenarios. These include user events, role events, organization events, etc. For the full list of events, please see Webhook events.

image

To improve clarity, the Console now displays the raw event key instead of the translated text for webhooks. For example, "Create new account" is now displayed as "PostRegister".

User default roles

You can now set default roles for users by visiting the role details page, clicking on the "General" tab, and then enabling the "Default role" switch. Once activated, all new users will automatically be assigned all the default roles upon account creation.

This enables you to configure Logto apps with resources and scopes associated with a default role, ensuring new users receive the necessary scopes right after registration.

image

Note

All existing users will not be affected.

Improvements

  • #5915 Added DingTalk web connector (credit @anyidea).
  • #5908 A pre-configured role with Management API access will be created when seeding the database.
  • #5955 Added sso_identities ID token claim to the userinfo endpoint response. It is an array of objects that stores the current user's SSO identities.
    • To request this claim, you can use the identities scope which is shared with social identities.
  • #5950 In OSS, show the current version number in the top right corner.
  • Improved error handling and deleted item display on Console.
  • Show global loading state on page redirects to prevent user interactions.
  • Updated documentation reference links.

Fixes

  • #5925 GitHub connector: Fix a potential blocking error in when GET /users/emails responds 403
  • #5912 Fixed Microsoft EntraID OIDC SSO connector invalid authorization code response issue

Don't miss a new logto release

NewReleases is sending notifications on new releases.