You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update the supported API version to `2024-10-01` that includes the following changes
6
+
- Notification for new sign ins to users' accounts feature becomes available.
7
+
- 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 will now return a status of `needs_first_factor` and 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`
8
+
9
+
Read more in the [API Version docs](https://clerk.com/docs/backend-requests/versioning/available-versions#2024-10-01)
10
+
11
+
- Update components to use the new `enterprise_sso` strategy for sign ins / sign ups that match an enterprise connection and handle the new API response.
12
+
13
+
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.
14
+
15
+
For now there are two new types of connections that are supported in addition to SAML, Custom OAuth and EASIE (multi-tenant OAuth).
Add support for the new `enterprise_sso` strategy.
6
+
7
+
This strategy supersedes SAML to provide a single strategy as the entry point for Enterprise Single Sign On regardless of the underlying protocol used to authenticate the user.
8
+
For now there are two new types of connections that are supported in addition to SAML, Custom OAuth and EASIE (multi-tenant OAuth).
9
+
10
+
- Add a new user setting `enterpriseSSO`, this gets enabled when there is an active enterprise connection for an instance.
11
+
- Add support for signing in / signing up with the new `enterprise_sso` strategy.
12
+
- Deprecated `userSettings.saml` in favor of `enterprise_sso`.
13
+
- Deprecated `saml` sign in strategy in favor of `enterprise_sso`.
0 commit comments