-
Notifications
You must be signed in to change notification settings - Fork 280
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
chore(backend): Introduce SAML connections per org #4792
Conversation
🦋 Changeset detectedLatest commit: e73e2ce The changes in this PR will be included in the next version bump. This PR includes changesets to release 11 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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
2bf8c64
to
b6a4201
Compare
b6a4201
to
f9472a8
Compare
.changeset/kind-crews-hear.md
Outdated
|
||
Allow to create and update SAML connections with organization IDs. | ||
|
||
When users sign in or up using an organization's SAML connection, they're automatically added as members of that organization. For more information, refer to our docs: [TODO - Add docs link] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll only merge this once the docs get deployed in order to reference it here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just updated this with what the docs link will be. We'll still avoid releasing this until the docs are live!
Co-authored-by: Izaak Lauer <[email protected]>
Description
Resolves ORGS-185
Introduces support for creating/updating SAML connections per organization
Checklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change