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

task: added scim id to user #6439

Merged
merged 1 commit into from
Mar 5, 2024
Merged

task: added scim id to user #6439

merged 1 commit into from
Mar 5, 2024

Conversation

chriswk
Copy link
Member

@chriswk chriswk commented Mar 5, 2024

SCIM synchronizations requires a stable id no matter how many changes are made to username and email (our other unique fields). In addition, exposing internal incremented database ids to an external service (our current id field) feels insecure. Our plan is to create either a uuidv7 or ulid when scim operations are performed against the user, so the external scim provisioner has a stable globally unique id to use to refer to the users they're modifying.

Copy link

vercel bot commented Mar 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Visit Preview Mar 5, 2024 1:26pm
unleash-monorepo-frontend ⬜️ Ignored (Inspect) Visit Preview Mar 5, 2024 1:26pm

Copy link
Member

@sighphyre sighphyre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

G

@chriswk chriswk merged commit a44c3a3 into main Mar 5, 2024
8 checks passed
@chriswk chriswk deleted the task/addScimId branch March 5, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants