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
I want to implement SSO on my symfony application. Now i have two problem:
the first is to implement loginAction. I got this error
"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"
the second is, when an user want to access to directly to the application using an url, he is redirect to the cas server for login, but after enter his username and password he his redirect to de login_check path and got this error :
"file_get_contents(https://domain/cas-server/serviceValidate?service=http://application_name/app_dev.php%2Flogin_check&ticket=XXX): failed to open stream: operation failed" at xxx\vendor\kriswallsmith\buzz\lib\Buzz\Client\FileGetContents.php line 64
Please somebody can help me!
The text was updated successfully, but these errors were encountered:
Hi!
I want to implement SSO on my symfony application. Now i have two problem:
"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"
"file_get_contents(https://domain/cas-server/serviceValidate?service=http://application_name/app_dev.php%2Flogin_check&ticket=XXX): failed to open stream: operation failed" at xxx\vendor\kriswallsmith\buzz\lib\Buzz\Client\FileGetContents.php line 64
Please somebody can help me!
The text was updated successfully, but these errors were encountered: