Intermediate invitation approval #283
-
Background: I plan to begin work on a new phase of our Django (v5.0.0) project which integrates django-organizations (2.5.0) and django-adfs-auth. I plan to create django-organization invitation back-ends that integrate with Microsoft Entra External ID B2B invitation back-ends. I plan to require that an external user be part of an organization - whether that be an organization created specifically for that user or whether that be an existing organization. Any users have experience with this? I am considering an option of allowing a user to invite themselves to an existing organization (with a distinct organization owner). However, I would like to require the approval of the organization owner before the invitation gets created or sent. Any ideas about how I might go about this? I assumed that I would have to create a queue data structure (or perhaps use something like django-user-tasks that would be presented to the owner for approval but I don't have a more detailed plan at this point. Suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I can't speak to the integration, but as to this:
There are several ways you could go about it. It's not clear if you can create any kind of authenticated user as an external
|
Beta Was this translation helpful? Give feedback.
I can't speak to the integration, but as to this:
There are several ways you could go about it. It's not clear if you can create any kind of authenticated user as an external