Logto product updates
It's time for a new Logto release! This month, we're introducing the new Account API for direct user management, Microsoft EntraID SSO connector enhancements and improved sign-in experience features.
It's time for a new Logto release! This month, we're introducing the new Account API for direct user management, Microsoft EntraID SSO connector enhancements and improved sign-in experience features.
Introducing the new Account API, designed to give end users direct API access without needing to go through the Management API:
client.getAccessToken() to obtain an opaque access token for OP (Logto), and attach it to the Authorization headerCheck out the Account API documentation for more details.
Added trustUnverifiedEmail setting for the Microsoft EntraID OIDC SSO connector.
This addresses the issue where email addresses couldn't be populated to Logto's user profile during EntraID SSO sign-up. Since Microsoft's organization-managed email addresses don't include the email_verified claim, this new setting allows trusting these email addresses even without explicit verification.
You can configure this setting in the EntraID OIDC SSO connector settings page in the Logto console or through the management API.
Added support email and website information display on error pages.
When users encounter issues (like 404 errors or social callback failures), they can now easily find ways to contact support for assistance.
You may configure the support email and website info in the Sign-in experience > Content > Support settings in the Logto Console or through the management API.
Introduced unknown session redirect URL configuration.
This helps users who land on sign-in pages with expired sessions or through bookmarked URLs - instead of seeing a 404 error, they can be automatically redirected to a specified URL to restart their authentication process.
You may configure the unknown session redirect URL in the Sign-in experience > Sign-up and sign-in > Advanced options settings in the Logto Console or through the management API.