Merge pull request #217 from ffdixon/update-env

Updated instructions for setting up OAuth2
This commit is contained in:
Joshua Arts 2018-05-16 13:02:51 -04:00 committed by GitHub
commit d239356b1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -45,10 +45,8 @@ TWITTER_SECRET=
# Google Login Provider (optional) # Google Login Provider (optional)
# #
# You will need to register for at https://console.developers.google.com/apis/credentials # To setup the credentials, see docs at
# Select Oauth client ID -> web application # http://docs.bigbluebutton.org/install/green-light.html#6-configure-oauth2-optional
# For the callback URL use 'http://<your hostname:port>/auth/google/callback'
# Once registered copy the ID and Secret here
# #
# The GOOGLE_OAUTH2_HD variable is used to limit sign-in to a particular Google Apps hosted domain. This # 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 # can be a string such as, 'domain.com'. If left blank, GreenLight will allow sign-in from all Google Apps hosted