I just want to know is there anyone who successfully installed https://github.com/senzil/osticket-google-oauth2-plugin on your Os ticket plugin. I am not sure if this plugin is still working since It keep sending me to a blank page after I log in with Google auth. Please you have any idea, kindly help. Thank you.

Below is the env currently of mine:
OSticket v1.8
Server Software: Apache2 (Ubuntu)
PHP Version: 5.6.40
MySQL Version: 5.7.33

I did:

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.*/api)

#RewriteRule .*$ %1/http.php/$1 [L]
RewriteRule .*$ {put your schema:domain:port}/api/http.php/$1 [L]
</IfModule>
But it still sends to a blank page. There is no error found on /var/log/apache2/error.log
Is there anything that I can do? Thank you in advance.

@ait1

I personally have not installed this plugin as it is a 3rd party plugin (I would not fully trust 3rd party anything).

It would be in your best interest to contact the developer of the plugin for further assistance. Since this is not a core plugin that the osTicket Team developed we will not be able to provide assistance.

Also, v1.8 is extremely old, outdated, and vulnerable to many serious security vulnerabilities. You should upgrade to v1.15.4 ASAP to take advantage of the latest features, bug fixes, and security patches. You can review the Upgrade Documentation here.

Cheers.

Write a Reply...