Minor Changes
-
-
Update the supported API version to
2024-10-01that includes the following changes (#4596) by @Nikpolik- Notification for new sign ins to users' accounts feature becomes available.
- The response for Sign Ins with an email address that matches a SAML connection is updated. Instead of responding with a status of
needs_identifierthe API will now return a status ofneeds_first_factorand the email address that matched will be returned in the identifier field. the only strategy that will be included in supported first factors isenterprise_sso
Read more in the API Version docs
-
Update components to use the new
enterprise_ssostrategy for sign ins / sign ups that match an enterprise connection and handle the new API response.This strategy supersedes SAML to provide a single strategy as the entry point for Enterprise SSO regardless of the underlying protocol used to authenticate the user.
For now there are two new types of connections that are supported in addition to SAML, Custom OAuth and EASIE (multi-tenant OAuth).
-
Patch Changes
-
Fix a memory leak in email link flow polling. (#4515) by @myandrienko
-
Updated dependencies [
8a28d1f403309f692d9332704f07effbf39d056d]:- @clerk/types@4.35.1
- @clerk/localizations@3.7.1
- @clerk/shared@2.17.1