v1.4: Login with Facebook, IdP-initiated SSO, Email i18n #2051
FreddyDevelop
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This version contains important improvements and bug fixes. Highlights include:
Facebook SSO
Facebook has been added as pre-configured Social SSO provider.
SAML IdP-initiated SSO
Hanko backend is now able to handle Identity provider initiated login requests. This is a key feature for B2B customers that require their own IdP to handle authentication to apps that use Hanko. Now, those B2B users can access apps that use Hanko via their "App directories" (e.g. Entra, Google Workspace, Okta) and initiate the authentication flow right from there. The existing SAML flow (SP-initiated SSO) can continue to be used. More info about the changes here #2046.
Email i18n
Emails sent by Hanko (e.g. passcodes) are now available in all languages supported by Hanko Elements. When sending emails, the email will use the Hanko Elements locale used in the current browser session if possible.
New webhooks
New webhook event types have been added:
user.login
user.password.changed
user.update.username.create
user.update.username.update
user.update.username.delete
Additionally, all webhook events now include the IP address and user agent strings.
Housekeeping
A new cleanup command has been added to remove expired database entries (flows, audit logs, webauthn credential session data).
What's Changed
Full Changelog: backend/v1.3.0...backend/v1.4.0
This discussion was created from the release v1.4: Login with Facebook, IdP-initiated SSO, Email i18n.
Beta Was this translation helpful? Give feedback.
All reactions