From ca3a2b8238fd810dc84850bf1f43fcb60c363fe4 Mon Sep 17 00:00:00 2001 From: Fred Dixon Date: Tue, 15 May 2018 09:12:09 -0500 Subject: [PATCH] Updated instructions for setting up OAuth2 --- sample.env | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sample.env b/sample.env index 6d4281d1..5eb47d1a 100644 --- a/sample.env +++ b/sample.env @@ -45,10 +45,8 @@ TWITTER_SECRET= # Google Login Provider (optional) # -# You will need to register for at https://console.developers.google.com/apis/credentials -# Select Oauth client ID -> web application -# For the callback URL use 'http:///auth/google/callback' -# Once registered copy the ID and Secret here +# To setup the credentials, see docs at +# http://docs.bigbluebutton.org/install/green-light.html#6-configure-oauth2-optional # # The GOOGLE_OAUTH2_HD variable is used to limit sign-in to a particular Google Apps hosted domain. This # can be a string such as, 'domain.com'. If left blank, GreenLight will allow sign-in from all Google Apps hosted