Skip to content

v2.33.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Aug 12:09
· 1321 commits to next since this release
d029b82

2.33.0 (2023-08-18)

Highlights

  • OTP (SMS and Email) - We added support for One-Time Password sent through SMS and Email. You can now use OTP as 2FA in the login UI if enabled in the Login Policy.
  • Alpha: Resource API
    • U2F Support - We added U2F / WebAuthN as second factor in the session API. While passkey / WebAuthN as multifactor was already supported, we cleaned up the implementation. You can now specify the UserVerificationRequirement in the WebAuthN challenge, which will result in either an additional second factor or a direct multifactor check. Please check the newest API for the (breaking) changes.
    • TOTP Support - The session API now also supports Time-based One-Time Password checks. OTP through SMS and Email will be supported shortly as well.
    • LDAP IDP - We introduced support for external Providers in the User Service, which are OAuth 2.0 and OIDC 1.0 based a while ago. This release now also allows you to add and link users as federated users from your LDAP.
  • Custom SAML Attributes - With the new Action Flow Complement SAMLResponse we give you the long-awaited possibility to add additional attributes like roles/groups and more to the SAMLResponse. Please check out our action example.
  • We want to especially thank our external contributors for this release: First of all @doncicuto for not less than 5 PRs!, but also @skeletorXVI and @ahmednfwela. Thanks for fixing bugs, adding features, and improving our product!

Bug Fixes

Features