forked from External/greenlight
* <Added muli_domain restriction with google_oauth> * <Fixed code style> * <Added some rspec tests>
This commit is contained in:
@ -22,9 +22,10 @@ BIGBLUEBUTTON_SECRET=
|
||||
#
|
||||
# http://docs.bigbluebutton.org/install/greenlight-v2.html#google-oauth2
|
||||
#
|
||||
# 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 domains.
|
||||
# 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
|
||||
# a string that specifies a single domain restriction such as, 'domain.com'.
|
||||
# If left blank, GreenLight will allow sign-in from all Google Apps hosted domains.
|
||||
GOOGLE_OAUTH2_ID=
|
||||
GOOGLE_OAUTH2_SECRET=
|
||||
GOOGLE_OAUTH2_HD=
|
||||
|
Reference in New Issue
Block a user