Implement some way to add users in the ACL selector #951
Labels
area:auth
Authentication and Authorization
area:backend
Everything backend related
area:database
The Tobira database
area:frontend
Everything frontend related
Milestone
Currently we have a bunch of dummy users you can select. That obviously has to be replaced, but with what? The main problem, as described in #671 is that we don't just have a list of all users. And we can't require our login system to provide that. Further, it is even questionable from a privacy standpoint whether that's ok (though for the ETH it would be fine).
A few ideas:
tobira import-known-users
or something like that where organizations can ingest such a list. That's mostly useful for the beginning period where very few users already logged into Tobira. But it could also be used in a cronjob to push up to date user info.Regarding privacy one could make it so that users have to enter an exact username instead.
The text was updated successfully, but these errors were encountered: