I have installed osticket 1.7 on ubuntu server 20.04, we use apache2,
i had activate Rewrite with this command
a2enmod rewrite
systemctl restart apache2
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.*/api)
RewriteRule .*$ %1/http.php/ [L]
</IfModule>
and checked the configuration for .htaccess on api directory but, the plugin for auth2 for Microsoft Office 365 its not working
http://mysite/soporte/api/auth/oath2
the logs show 404 error on this URL, i try to add on app azure AD, integration with this URL, and obviously its not working because the URL for outh2 plugin its not working, any idea? thank you