forked from External/greenlight
Updated instructions for setting up OAuth2
This commit is contained in:
parent
8179bd3d22
commit
ca3a2b8238
|
@ -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://<your hostname:port>/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
|
||||
|
|
Loading…
Reference in New Issue