You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 14, 2018. It is now read-only.
ServiceNotFoundException: The service "security.authentication.provider.cas.secured_area" has a dependency on a non-existent service "security.account_checker".
The text was updated successfully, but these errors were encountered:
I have the same problem.
I'm trying Symfony (I'm a beginer with this framework) and the CAS Authentification.
I looked the repository Symfony\vendor\symfony\src\Symfony\Component\Security\Core\User and I found the class "UserChecker".
If in CasBundle I replace in the file "Security/CasAuthenticationFactory.php" line 18
"->setArguments(array(new Reference($userProvider), new Reference('security.account_checker')))"
by
->setArguments(array(new Reference($userProvider), new Reference('security.user_checker')))
this problem seem resolved but I'm not sure that my action is good ???
I use Symfony 2.0.9.
Got the following error while using this bundle:
The text was updated successfully, but these errors were encountered: