mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-24 15:04:01 +00:00
Count saml as an external authentication system.
This commit is contained in:
parent
803209e668
commit
6c381b127c
1 changed files with 1 additions and 1 deletions
|
@ -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)->
|
||||
|
|
Loading…
Reference in a new issue