From 07885eda8302eee0a8d8b5454fe8e40dee2faa2f Mon Sep 17 00:00:00 2001 From: Nikos Polykandriotis Date: Thu, 28 Nov 2024 12:28:25 +0200 Subject: [PATCH] Add changes for api version 2024-10-01 (#1717) Co-authored-by: victoria Co-authored-by: Alexis Aguilar <98043211+alexisintech@users.noreply.github.com> --- docs/backend-requests/versioning/available-versions.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/backend-requests/versioning/available-versions.mdx b/docs/backend-requests/versioning/available-versions.mdx index 56eb20b1f6..726e69fd79 100644 --- a/docs/backend-requests/versioning/available-versions.mdx +++ b/docs/backend-requests/versioning/available-versions.mdx @@ -5,6 +5,14 @@ description: A list of the available API versions and their breaking changes. Below is a list of all the available API versions with their respective breaking changes. +### 2024-10-01 + +- 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_identifier`, the API now returns a status of `needs_first_factor`. + - The email address that matched will be returned in the identifier field. + - The only strategy that will be included in supported first factors is `enterprise_sso`. + ### 2021-02-05 The initial API version was released on 2021-02-05 as part of the first Clerk release. It predates the versioning system. All changes made to it since then are backwards compatible.