Added OIDC for bigbluebutton

This commit is contained in:
2025-01-27 10:17:25 +01:00
parent 338c7b5830
commit f1607b9045
6 changed files with 21 additions and 6 deletions

View File

@@ -20,6 +20,9 @@ watch -n 2 "docker compose ps -a"
sudo docker-compose exec -it postgres psql -U postgres
```
## SSO
- https://docs.bigbluebutton.org/greenlight/v3/external-authentication/
## further information
- https://github.com/bigbluebutton/docker
- https://docs.bigbluebutton.org/greenlight/gl-install.html#setting-bigbluebutton-credentials
@@ -28,4 +31,5 @@ watch -n 2 "docker compose ps -a"
- https://www.cyberciti.biz/faq/linux-command-to-remove-virtual-interfaces-or-network-aliases/
- https://www.cyberciti.biz/faq/linux-restart-network-interface/
- https://stackoverflow.com/questions/53347951/docker-network-not-found
- https://github.com/bigbluebutton/docker/issues/325
- https://github.com/bigbluebutton/docker/issues/325

View File

@@ -280,3 +280,11 @@ HELP_URL=https://docs.bigbluebutton.org/greenlight/gl-overview.html
# invite - For invite only registration
# approval - For approve/decline registration
DEFAULT_REGISTRATION=invite
### EXTERNAL AUTHENTICATION METHODS
# @See https://docs.bigbluebutton.org/greenlight/v3/external-authentication/
#
OPENID_CONNECT_CLIENT_ID={{oauth2_proxy_client_id}}
OPENID_CONNECT_CLIENT_SECRET={{oauth2_proxy_client_secret}}
OPENID_CONNECT_ISSUER={{oauth2_proxy_oidc_issuer_url}}
OPENID_CONNECT_REDIRECT={{domain}}