mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Added OIDC for bigbluebutton
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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}}
|
||||
|
Reference in New Issue
Block a user