Skip to content
Snippets Groups Projects
Verified Commit 85fc782a authored by David Mehren's avatar David Mehren
Browse files

Add /ldaplogin to LoginWhitelist

parent 65d26636
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,7 @@ module.exports = class Router
webRouter.post '/login', AuthenticationController.passportLogin
webRouter.post '/ldaplogin', AuthenticationController.ldapLogin
AuthenticationController.addEndpointToLoginWhitelist '/ldaplogin'
webRouter.get '/logout', UserController.logout
webRouter.get '/restricted', AuthorizationMiddlewear.restricted
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment