Skip to content
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

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    235c7bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f44788 View commit details
    Browse the repository at this point in the history
  3. 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.
    Nikpolik committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    11e2a62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7af9872 View commit details
    Browse the repository at this point in the history
  5. 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.
    Nikpolik committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    2b53a9a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97628f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    f0338ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    180a05f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4f82ff View commit details
    Browse the repository at this point in the history
  4. fix: Update changelogs

    Nikpolik committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    4af970e View commit details
    Browse the repository at this point in the history