kevinoconnor7 / osTicket-auth-cas

JASIG CAS Authentication plugin for osTicket
GNU General Public License v2.0
13 stars 8 forks source link

CAS staff side authentication #8

Closed bpalme closed 8 years ago

bpalme commented 8 years ago

We are seeing that after returning from the CAS server on the staff side we get the staff login page with authentication error message (I can tell the CAS authentication was successful from debug messages). But if you refresh the browser, you get access. This is on OST 10 RC2 and your plugin version is the one just prior to adding the central logout functionality. Any ideas on whether this is a plugin thing or whether I should look elsewhere. Thanks for your help!

-Brent (ICPL)

kevinoconnor7 commented 8 years ago

Duplicate of #5.

It's a bug in osTicket. I don't know if they've cut a release since then but you can apply the patch in https://github.com/osTicket/osTicket-1.8/pull/2641

bpalme commented 8 years ago

worked like a charm. thanks for the quick response.