-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cas::getCurrentUser() Exception #12
Comments
Hi, Xavier |
Same error here. Works OK without "ca", doesn't work with. I think "ufscCASAuthServer" is actually the server name (I get a different string there). In my case the error seems to happen on "Cas::authenticate();" |
Is your application using https protocol ? If you're using ca to Xavier 2015-02-10 19:55 GMT+01:00 Jose Andrade [email protected]:
Xavier |
(edited) I was wrong. It does not work on the production server. Could it be because the server has a self-signed certificate? Does it need to be a CA certificate on the application server and also the CAS server? |
Hi Xavier ! Can you help me ?
I will describe the context of what is happening;
1- I access first page os system and do login
2- Login redirect to cas server and authentication is ok, return to application
3- Cas send ticket via GET but raise exception when getCurrentUser is called
Route, Filter and Controller informations :
Routes
Filters
Controller
PS: Using the "simple example" of jasig PHPcas everythings is ok ..... cas return ticket and i can getCurrentUser.... Whats happen with laravel ?
Thank you for your attention
The text was updated successfully, but these errors were encountered: