Open desyashasyi opened 6 months ago
Can you clarify a couple of things? You have an app using Laravel 9 and it's working. What version of subfission/cas
and apereo/phpcas
are you using in that case? When you upgrade Laravel to 11, what versions of those packages are you using? What happens before you get to the page in the screenshot? Are you prompted to authenticate by CAS?
You might try specifying your cas_login_url
. Just a quick glance and it looks like yours will be:
Have you made any changes to phpCAS, the underlying project for this codebase?
It seems that in CASAuth.php:16, app('cas')
does not resolve.
Dear all, I have succeed using previous CAS version for Laravel 9 with this config.
];`
I would liket to migrate the application to Laravel v11 and the latest CAS plugin. I was tried using above config, and also using this .env variable as follow:
But it does not work
I need an advice, what is the problem? Is there any unmatched setting?