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

Add an administration route to create invitations #9415

Open
vxgmichel opened this issue Jan 22, 2025 · 0 comments
Open

Add an administration route to create invitations #9415

vxgmichel opened this issue Jan 22, 2025 · 0 comments
Labels
A-Server Area: Parsec Server

Comments

@vxgmichel
Copy link
Contributor

At the moment, invitations are created by:

  • organization administrators for user or shamir invitations
  • the user themselves for device invitation

We should also provide an administration route to let external services create new invitations.

This would be useful in two cases specifically:

  • the creation of user invitations could be automated using a directory such as an LDAP
  • the creation of shamir invitation could be automated through Parsec Auth when a user is trying to recover the access to an organization

Since the authenticated commands for creating invitations already exists, exposing those on the administration interface should be relatively simple.

@vxgmichel vxgmichel added the A-Server Area: Parsec Server label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Server Area: Parsec Server
Projects
None yet
Development

No branches or pull requests

1 participant