THM-Health / PILOS

PILOS is an easy-to-use open source front-end for BigBlueButton servers with a built-in load balancer. Docker-Images: https://hub.docker.com/r/pilos/pilos
https://thm-health.github.io/PILOS/
GNU Lesser General Public License v2.1
50 stars 18 forks source link

Implement OIDC as an alternative to LDAP #300

Open dimitrihof opened 1 year ago

dimitrihof commented 1 year ago

Is your feature request related to a problem? Please describe. Would like to use PILOS, but we are only working with SAML and OIDC. So seeing one of those implemented would be great, preferable OIDC as it is the state of the art.

Describe the solution you'd like Implement full oidc (sso/slo etc.)

SamuelWei commented 1 year ago

@dmtrhfr We currently plan to implement Shibboleth, would this work for you?

dimitrihof commented 1 year ago

As far as I understand shibboleth is saml compatible, so it probably should work as well. Maybe if our organisation decides to use PILOS, we could implement OIDC too.

SamuelWei commented 1 year ago

@dmtrhfr Do you have a SAML dev. env. setup that I can use, e.g. docker compose and some config files for keycloak or something similar?