openfun / jitsi-magnify

An authentication and room management system for Jitsi built with Django/React
MIT License
23 stars 6 forks source link

✨(users) allow deactivating the creation of users via the API #163

Closed sampaccoud closed 1 year ago

sampaccoud commented 1 year ago

Purpose

When relying on Keycloak or another external store of users, we want to deactivate user creation on the API and let Magnify create them on-the-fly via OIDC tokens.

Proposal

Add a new setting to allow deactivating user creation via the API