Hi, I installed the auth-oauth plugin for Google (https://github.com/osTicket/osTicket-plugins) I followed the instructions and generated the auth-oauth.phar file, and set up my account Gsuite correctly.Unfortunately after entering my Google credentials, I am redirected to the page http: //domain.ext/osticket/api/auth/ext? State = 78f5c8f0c80 ..... 00885918937eb & code = 4 / PADh ....... ... WSJ03U3-PwrEL2i4N74uahVQ1X63ZoFxbpcnjfwqIX8VD azaa7k ........ #"File Not found"Do you have any idea to solve the problem?Thank youOSTicket : 1.10.4PHP : 5.6.36

autoreponsemon instance osticket est hebergé chez ovh.comle fichier .htaccess situé dans /api doit être ainsi :RewriteEngine OnRewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_URI} (.*/api)RewriteRule ^(.*)$ https://\domaine\.ext/osticket/api/http.php/$1 à ajuster

Write a Reply...