chore(deps): update svhd/logto docker tag to v1.22.0 #2572
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.21.0->1.22.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
logto-io/logto (svhd/logto)
v1.22.0Compare Source
Account API
The new Account API is now available, giving end users direct API access without needing to go through the Management API. With this new API:
client.getAccessToken()for authorizationCheck out the Interact with Account API for more details.
Microsoft EntraID SSO connector enhancement
Added
trustUnverifiedEmailsetting for Microsoft EntraID OIDC SSO connector.This addresses a common issue where email addresses from EntraID weren't being synced to Logto because they lacked explicit verification.
Organizations can now choose to trust these email addresses, enabling smoother user onboarding through EntraID SSO.
You can configure this setting in the EntraID OIDC SSO connector settings page in the Logto console or through the management API.
Sign-in experience improvements
Support contact information
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.
Unknown session handling
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.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.