auto-redirect to SSO flow should work in subfolders too

v1.18.x
Julian Lam 8 years ago
parent e8b38bb9f7
commit 2f2eb1457d

@ -132,7 +132,7 @@ Controllers.login = function (req, res, next) {
external: data.authentication[0].url external: data.authentication[0].url
}); });
} else { } else {
return res.redirect(data.authentication[0].url); return res.redirect(nconf.get('relative_path') + data.authentication[0].url);
} }
} }
if (req.uid) { if (req.uid) {

Loading…
Cancel
Save