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:
@@ -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