New user logging system for Scout @Solna #4805
Replies: 4 comments 16 replies
-
Is this now a legacy system, or is it still in use for the clinic but not research? I have seen emails from prod requesting new users to register their work email for a free Google OAuth2 identifier. That is both "free" and and keeps backwards compatibility. It is tempting to use the hospital LDAP, but that would not work for the research users. But we could naturally host a small LDAP (or OAuth2 I suppose, though less pressing) of our own for our users. Ideally this would be combined with a reverse proxy side dynamic passthrough (envoy?) so we could be rid of the static IP address filter. |
Beta Was this translation helpful? Give feedback.
-
My initial idea was this: As you mention this would imply asking each user to provide their email and go through the collection to change them. This seems like a pretty non-invasive solution, but would require some coordination. What do you think? |
Beta Was this translation helpful? Give feedback.
-
Do we need 2FA if we have LDAP? Isn't LDAP auth + Scout DB auth enough? |
Beta Was this translation helpful? Give feedback.
-
Hello again. I found this tool and it seems pretty solid: https://github.com/authelia/authelia. Should work nicely as a service with podman and it has a nice web interface. I'll try to set up a demo in the coming weeks |
Beta Was this translation helpful? Give feedback.
-
Our current system (gmail with clinicalgenomics.se domain, in place to make use of the 2FA) is very expensive, so we should switch to another logging system (LDAP, ..?). At the same time we should keep in mind that all the scout event logging works with user emails, so we should probably make changes to the events collection if we are going to modify the email associated to each user.
A very good solution would be one that maintains the emails as they are. Perhaps LDAP could work in this sense!
Beta Was this translation helpful? Give feedback.
All reactions