kevinoconnor7 / osTicket-auth-cas

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

Auto CAS service URL detection #1

Closed lulandco closed 8 years ago

lulandco commented 8 years ago

Hi,

Auto CAS service URL detection doesn't work for me. I had to add the line $service_url=false; in the cas.php. It seems the built URL is wrong and points to the standart backhand.

Another question : when user is first logged with cas, he has to fill the form with his name and mail although these attributs are in $_SESSION[:cas] ... Is it normal ?

lulandco commented 8 years ago

It's Ok for my second question. I had to disable the address domain checking process in the email settings. My domain was not recognized as a valid domain.

lulandco commented 8 years ago

I made a commit.