0
votes
0answers
54 views

CAS Authentication Symfony2

I'm looking for a bundle to integrate CAS authentication on Symfony 2.3. I found these options and the truth is I'm not convinced any, since almost all bundles seem to be abandoned without updating. ...
0
votes
0answers
45 views

Symfony2 : user / group link with attribute

I recently started working on a project in Symfony 2 and I'm not familiar with it. I'm stuck on a problem for a while despite many searches. I use FOSUserBundle to manage my users & groups. Little ...
0
votes
1answer
37 views

display login form inside firewall

I am implementing a simple authenticated area in any Symfony2 project. Nothing is hard about it, I do not use FOSUserBundle even if I could have, but this is not the problem anyway, my question is ...
0
votes
2answers
445 views

Losing authenticated token in symfony

I have a problem with authenticating in symfony. Login_check authenticates user in database but after redirection to /dashboard which should be for authenticated user only, it seems that symfony is ...
0
votes
1answer
220 views

multiple firewalls and providers in symfony2

I'm working on simple app which handles authentication for two kind of users, User and Admin entities. I want to have two separate firewalls and providers for that so my security.yml file looks like ...