Add support for generic OAuth2 providers

Signed-off-by: Pedro Ferreira <pedro.ferreira@cern.ch>
This commit is contained in:
Pedro Ferreira 2017-06-27 19:08:05 +02:00
parent 5d57a4bb6f
commit 40b3855702
8 changed files with 138 additions and 4 deletions

View file

@ -72,6 +72,12 @@ module.exports = {
},
s3bucket: undefined,
// authentication
oauth2: {
authorizationURL: undefined,
tokenURL: undefined,
clientID: undefined,
clientSecret: undefined
},
facebook: {
clientID: undefined,
clientSecret: undefined