Does anyone have the HTTP-Passthru / Single-Sign-On working with 1.12?

I recently upgraded from 1.10.4 to 1.12 and everything is working except the single sign on.

Server Information
osTicket Version v1.12 (a076918) — Up to date
Web Server Software Apache
MySQL Version 10.3.14

PHP Version 5.6.38-2+ubuntu16.04.1+deb.sury.org+1

The Auth-LDAP plugin is still working fine, and can login using my active directory or LDAP password but single sign on seems broken.

Weird thing is its not throwing off any errors, in fact when I run the log on 'debug' mode, i get

 mod_authz_core.c(809): [client 10.2.10.102:52119] AH01626: authorization result of Require all granted: granted, referer: http://mydomain.domain.com/scp/

I have another server that is identical, except that it is running osticket version 1.11
Server Information
osTicket Version v1.11 (7b1eee8) — Up to date
Web Server Software Apache/2.4.18 (Ubuntu)
MySQL Version 5.7.26
PHP Version 5.6.39-1+ubuntu16.04.1+deb.sury.org+1

It has the exact same setup as my 1.12 version, yet single sign on seems to be working just fine on 1.11 but its totally broken in 1.12.

The other bizarre thing is that on my 1.12 version, the single sign on, http-passthru and kerberos authentication are not throwing off any errors in my Apache logs, you'd think there would be some there.

This leads me to believe that nothing in the PHP code is erroring out, but the HTTP-Passthru plugin may just be outdated?

Do the devs ever plan on updating the HTTP-Passthru plugin at any point? Its a great feature that a lot of people seem to be requesting.

I'll probably end up downgrading to 1.11 just to have the benefit of single sign on.

Write a Reply...