add more debugs

This commit is contained in:
Girish Ramakrishnan
2016-09-07 00:38:27 -07:00
parent 5b9c8e517a
commit 452c976aa6
2 changed files with 3 additions and 1 deletions

View File

@@ -161,6 +161,8 @@ function allocateOAuthProxyCredentials(app, callback) {
if (!nginx.requiresOAuthProxy(app)) return callback(null);
debugApp(app, 'Creating oauth proxy credentials');
var redirectURI = 'https://' + config.appFqdn(app.location);
var scope = 'profile';