bihealth / sodar-core

SODAR Core: A Django-based framework for building scientific data management web apps
MIT License
9 stars 1 forks source link

Consider implementing SSO #183

Open mikkonie opened 5 years ago

mikkonie commented 5 years ago

In GitLab by @holtgrewe on Mar 25, 2019, 00:55

One possible candiate is CAS. The master would implement a CAS provider while "mirror" sites would display a CAS consumer.

@mikkonie This is not urgent but if it is simple to implement (e.g., by Franziska) it would be one password less to type for Varfish users and be a lot of bang for the buck ;) Should be enable-able by an environment variable, of course.

mikkonie commented 5 years ago

https://django-mama-cas.readthedocs.io/en/latest/index.html

mikkonie commented 5 years ago

moved from sodar-server##459