BeSimple / BeSimpleSsoAuthBundle

NOT MAINTAINED - SSO authentication providers (Cas for now) for Symfony2
125 stars 76 forks source link

loginAction() requires that you provide a value for the "$manager" argument / Symfony 2.5 #79

Open adek opened 9 years ago

adek commented 9 years ago

I've got problem to enable this library with Symfony 2.5

When I want to open restricted page - I've got information that I need to be logged in. And there is a link to my CAS server. I can login there but after that - I get this error:

Controller "BeSimple\SsoAuthBundle\Controller\TrustedSsoController::loginAction()" requires that you provide a value for the "$manager" argument (because there is no default value or because there is a non optional argument after this one).

mbayou commented 8 years ago

Did you find a solution ?

Kronhyx commented 6 years ago

i got the same problem