Count saml as an external authentication system.

This commit is contained in:
Shane Kilkelly 2016-11-14 13:33:48 +00:00
parent 803209e668
commit 6c381b127c

View file

@ -210,7 +210,7 @@ module.exports = (app, webRouter, apiRouter)->
webRouter.use (req, res, next)->
res.locals.externalAuthenticationSystemUsed = ->
Settings.ldap?
Settings.ldap? or Settings.saml?
next()
webRouter.use (req, res, next)->