feat(clerk-js,types): Surface enterprise accounts in UserProfile - #4518
Merged
LauraBeatris merged 21 commits intoNov 13, 2024
Merged
Conversation
🦋 Changeset detectedLatest commit: e71267b The changes in this PR will be included in the next version bump. This PR includes changesets to release 21 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
LauraBeatris
force-pushed
the
laura/orgs-293-display-enterprise-accounts-from-userenterprise_accounts
branch
2 times, most recently
from
November 7, 2024 20:47
27932f1 to
4b3eb72
Compare
LauraBeatris
force-pushed
the
laura/orgs-293-display-enterprise-accounts-from-userenterprise_accounts
branch
2 times, most recently
from
November 7, 2024 21:17
db250d9 to
6a5ddaa
Compare
UserProfileUserProfile
LauraBeatris
force-pushed
the
laura/orgs-293-display-enterprise-accounts-from-userenterprise_accounts
branch
4 times, most recently
from
November 8, 2024 00:24
1815e12 to
16eda49
Compare
UserProfileUserProfile
LauraBeatris
force-pushed
the
laura/orgs-293-display-enterprise-accounts-from-userenterprise_accounts
branch
from
November 8, 2024 00:44
16eda49 to
094f540
Compare
LauraBeatris
force-pushed
the
laura/orgs-293-display-enterprise-accounts-from-userenterprise_accounts
branch
from
November 8, 2024 00:46
094f540 to
e5aa840
Compare
LauraBeatris
commented
Nov 8, 2024
LauraBeatris
commented
Nov 8, 2024
LauraBeatris
force-pushed
the
laura/orgs-293-display-enterprise-accounts-from-userenterprise_accounts
branch
from
November 12, 2024 17:39
e5aa840 to
d270ba9
Compare
UserProfileUserProfile
LauraBeatris
force-pushed
the
laura/orgs-293-display-enterprise-accounts-from-userenterprise_accounts
branch
from
November 12, 2024 18:03
1a29195 to
e019947
Compare
LauraBeatris
force-pushed
the
laura/orgs-293-display-enterprise-accounts-from-userenterprise_accounts
branch
from
November 12, 2024 18:03
e019947 to
d21ba70
Compare
LauraBeatris
commented
Nov 12, 2024
Contributor
Author
|
@NicolasLopes7 Preserving the CleanShot.2024-11-12.at.15.31.01.mp4 |
izaaklauer
approved these changes
Nov 13, 2024
LauraBeatris
force-pushed
the
laura/orgs-293-display-enterprise-accounts-from-userenterprise_accounts
branch
2 times, most recently
from
November 13, 2024 17:08
6751683 to
3a253db
Compare
Previously, SAML was the only supported enterprise type, therefore the UI description was only based on `SamlIdpSlug` It'll now use `EnterpriseProvider` to handle multiple connection types.
Using `user.enterpriseAccounts` to display on `UserProfile`, instead of `user.samlAccounts` This is going to support the upcoming connection types such as EASIE, OIDC Also, deletes `useSaml` hook as it was a weak abstraction around SAML constants for logo URLs and naming
Refer to `user.enterprise_accounts` to verify if the user is allowed to introduce additional identifications
LauraBeatris
force-pushed
the
laura/orgs-293-display-enterprise-accounts-from-userenterprise_accounts
branch
from
November 13, 2024 18:09
3a253db to
d4cdd22
Compare
LauraBeatris
deleted the
laura/orgs-293-display-enterprise-accounts-from-userenterprise_accounts
branch
November 13, 2024 20:22
wobsoriano
pushed a commit
that referenced
this pull request
Feb 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Description
Resolves ORGS-293, ORGS-294
Surfaces
user.enterprise_accountsinstead ofuser.saml_accounts. This is going to support multiple enterprise protocols from now on, such as OpenID connect.Checklist
npm testruns as expected.npm run buildruns as expected.Type of change