Skip to content

Commit

Permalink
fix: Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikpolik committed Nov 27, 2024
1 parent b4f82ff commit 4af970e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
14 changes: 9 additions & 5 deletions .changeset/clever-cougars-argue.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
---
'@clerk/clerk-js': minor
'@clerk/backend': minor
---

Update the supported API version to `2024-10-01` that includes the following changes
- Update the supported API version to `2024-10-01` that includes the following changes
- 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 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`

1. Notification for new sign ins to users' accounts feature becomes available.
2. 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`
Read more in the [API Version docs](https://clerk.com/docs/backend-requests/versioning/available-versions#2024-10-01)

Read more in the [API Version docs](https://clerk.com/docs/backend-requests/versioning/available-versions#2024-10-01)
- 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.

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).
6 changes: 5 additions & 1 deletion .changeset/famous-experts-begin.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
---
'@clerk/clerk-js': patch
'@clerk/types': patch
---

Add support for the new `enterprise_sso` strategy.

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.
For now there are two new types of connections that are supported in addition to SAML, Custom OAuth and EASIE (multi-tenant OAuth).

- Add a new user setting `enterpriseSSO`, this gets enabled when there is an active enterprise connection for an instance.
- Add support for signing in / signing up with the new `enterprise_sso` strategy.
- Deprecated `userSettings.saml` in favor of `enterprise_sso`.
- Deprecated `saml` sign in strategy in favor of `enterprise_sso`.
9 changes: 9 additions & 0 deletions .changeset/short-mails-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@clerk/backend': patch
---

Update the supported API version to `2024-10-01` that includes the following changes

No changes affecting the Backend API have been made in this version.

Read more in the [API Version docs](https://clerk.com/docs/backend-requests/versioning/available-versions#2024-10-01)

0 comments on commit 4af970e

Please sign in to comment.