From 3eead129c982dd5a2f0bb86bba52c1fbb35f02ca Mon Sep 17 00:00:00 2001 From: Justin Byrne Date: Thu, 19 Mar 2020 15:14:14 +0000 Subject: [PATCH] Updated documentation urls (#1021) The urls for the Auth settings were pointing towards the customise page these have been moved to the config page. --- sample.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sample.env b/sample.env index 6e6496fc..26743606 100644 --- a/sample.env +++ b/sample.env @@ -20,7 +20,7 @@ BIGBLUEBUTTON_SECRET= # # For in-depth steps on setting up a Google Login Provider, see: # -# https://docs.bigbluebutton.org/greenlight/gl-customize.html#google-oauth2 +# https://docs.bigbluebutton.org/greenlight/gl-config.html#google-oauth2 # # The GOOGLE_OAUTH2_HD variable is used to limit sign-ins to a particular set of Google Apps hosted # domains. This can be a string with separating commas such as, 'domain.com, example.com' or @@ -38,7 +38,7 @@ GOOGLE_OAUTH2_HD= # # For in-depth steps on setting up a Office 365 Login Provider, see: # -# https://docs.bigbluebutton.org/greenlight/gl-customize.html#office365-oauth2 +# https://docs.bigbluebutton.org/greenlight/gl-config.html#office365-oauth2 # OFFICE365_KEY= OFFICE365_SECRET= @@ -54,7 +54,7 @@ OAUTH2_REDIRECT= # Configuring LDAP authentication will take precedence over all other providers. # For information about setting up LDAP, see: # -# https://docs.bigbluebutton.org/greenlight/gl-customize.html#ldap-auth +# https://docs.bigbluebutton.org/greenlight/gl-config.html#ldap-auth # # LDAP_SERVER=ldap.example.com # LDAP_PORT=389