-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(types,clerkjs,backend): Add support for enterprise_sso strategy #4596
Merged
Nikpolik
merged 10 commits into
main
from
nikpolik/user-939-add-support-for-enterprise_sso-strategy-in-clerkjs
Nov 28, 2024
Merged
feat(types,clerkjs,backend): Add support for enterprise_sso strategy #4596
Nikpolik
merged 10 commits into
main
from
nikpolik/user-939-add-support-for-enterprise_sso-strategy-in-clerkjs
Nov 28, 2024
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 235c7bb - Browse repository at this point
Copy the full SHA 235c7bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f44788 - Browse repository at this point
Copy the full SHA 4f44788View commit details -
feat(clerkjs): Handle enterprise_sso response for sign in
Handle the case of a sign in request that includes an identifier that matches the domain of an enterprise connection (SAML, Custom OAuth or EASIE). From version 2024-10-01 and onwards the API will respond with a status of `needs_first_factor`, the only strategy that will be included in supported first factors is `enterprise_sso` and the email address that matched will be returned in the identifier field. This commit updates the sign in component to read this new response and proceed with the enterprise_sso strategy.
Configuration menu - View commit details
-
Copy full SHA for 11e2a62 - Browse repository at this point
Copy the full SHA 11e2a62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7af9872 - Browse repository at this point
Copy the full SHA 7af9872View commit details -
chore(clerkjs): Replace withSaml test helper for withEnterpriseSso
When you enable SAML or any other enterprise sso strategy, both SAML and EnterprisSso will become enabled in the user_settings. Update the test helper to more closely reflect that.
Configuration menu - View commit details
-
Copy full SHA for 2b53a9a - Browse repository at this point
Copy the full SHA 2b53a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97628f8 - Browse repository at this point
Copy the full SHA 97628f8View commit details
Commits on Nov 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f0338ef - Browse repository at this point
Copy the full SHA f0338efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 180a05f - Browse repository at this point
Copy the full SHA 180a05fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4f82ff - Browse repository at this point
Copy the full SHA b4f82ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4af970e - Browse repository at this point
Copy the full SHA 4af970eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.