forked from External/greenlight
Merge pull request #217 from ffdixon/update-env
Updated instructions for setting up OAuth2
This commit is contained in:
commit
d239356b1e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue