Skip to content

🚧(scim) add SCIM importer base mechanics #890

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

qbey
Copy link
Member

@qbey qbey commented Apr 25, 2025

Purpose

This could allow a SCIM client to provision users and groups.

Proposal

  • add and configure django-scim2
  • check if ScimImportedUser exists when a new user logs in via OIDC and create Team (and accesses) if needed
  • provision Team if at least one user exists when adding/updating ScimImportedGroup
  • delete Team if ScimImportedGroup is deleted
  • add attribute on Team to know whether its a "collaborative team" or a synced one? at least provide the information in the client API and the resource server API
  • add tests (based on https://verify.scim.dev/ requests? what more?)
  • optional: implement OIDC authentication on SCIM endpoints
  • nice to have: update the Group SCIM scheme to mark displayName as required...

@qbey qbey self-assigned this Apr 25, 2025
@qbey qbey added the backend label Apr 25, 2025
@qbey qbey force-pushed the qbey/add-scim-importer branch from f13895f to 0193dbd Compare April 25, 2025 17:46
This could allow a SCIM client to provision users and groups.
@qbey qbey force-pushed the qbey/add-scim-importer branch from 0193dbd to a6882a5 Compare April 28, 2025 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant