Re: [cas-user] phpCAS logging logins

2019-05-17 Thread Austin
A co-worker of mine found this function that seems to work for what I need phpCAS::setPostAuthenticateCallback('mycallbackfunction'); https://apereo.github.io/phpCAS/api/group__publicAuth.html#gaef46bf2c415a72f1e81a1bf3a75b1324 https://hotexamples.com/examples/-/phpCAS/setPostAuthenticateCallback

Re: [cas-user] phpCAS logging logins

2019-05-17 Thread Ray Bon
Austin, You do not have to include the log in code on every page. Have a check for the user logged in on every page (more below) except the login page which will perform the example code. When log in is complete, after forceAuthentication, you can write to the log and add an identifier to the s

Re: [cas-user] phpCAS logging logins

2019-05-17 Thread Alberto Cabello Sánchez
On Thu, 16 May 2019 15:38:51 -1000 Austin wrote: > Hello CAS-Users, > > I am using phpCAS 1.3.7 and have the basic functionality working using > your simple example, which I include on all of the pages I want to be > authenticated. However, I would also like to log the user logins in my > datab

[cas-user] phpCAS logging logins

2019-05-16 Thread Austin
Hello CAS-Users, I am using phpCAS 1.3.7 and have the basic functionality working using your simple example , which I include on all of the pages I want to be authenticated. However, I would also like to log the user l