-
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
CasAuthenticationException when running php artisan serve #30
Comments
What else do you get as part of the exception? I wouldn't use Cas:authenticate() on the routes file. I authenticate the user in a Controller method and then use a Middleware to confirm the user is authenticated. |
This is the full error: local.ERROR: exception 'Xavrsl\Cas\CasAuthenticationException' in /home/mgallegos/workspace/decima-erp/vendor/xavrsl/cas/src/Xavrsl/Cas/Sso.php:150 |
Hi @mgallegos, the method you are referring to, maps to a phpCAS method on a client object. You will need to present your CAS logs for troubleshooting as they are separate from Laravel. You may have to edit the plugin code as I do not see any configuration options for enabling debug mode. |
I have same problem, didn't try without artisan serve yet. |
I have tried with Apache and there are no error, everything is working fine! |
Hello!
I'm getting CasAuthenticationException when starting the laravel dev server.
I'm using Cas::authenticate() in my route file, as long as is there I get the exception.
Any ideas?
The text was updated successfully, but these errors were encountered: