diff --git a/src/core/controllers/AuthenticationController.php b/src/core/controllers/AuthenticationController.php index ed2778b9f060e0858c4a83f7e6310ee4a2c3077f..32244d06f463990dbeda92178b5946988f48f35c 100755 --- a/src/core/controllers/AuthenticationController.php +++ b/src/core/controllers/AuthenticationController.php @@ -32,7 +32,7 @@ class AuthenticationController { const MAX_DURATION_TOKEN = 30; //Minutes const ROUTES_WITHOUT_AUTHENTICATION = [ - 'GET/authenticationInformations', 'GET/images', 'POST/password', 'PUT/password', 'GET/passwordRules', + 'GET/authenticationInformations', 'GET/authenticate/token', 'GET/images', 'POST/password', 'PUT/password', 'GET/passwordRules', 'GET/jnlp/{jnlpUniqueId}', 'GET/onlyOffice/mergedFile', 'POST/onlyOfficeCallback', 'POST/authenticate' ];