In my symfony 2 application I'm using FOSUserBundle to authenticate users. Now i'd like to give an option to login users by SSO. Since there are multiple Idps for the SSO, I'm not sure there's a sufficient bundle for it. Anyone knows a Bundle where i can set multiple Idps?
If not, I might need to make it myself, but I wonder if I can login a user based on email only using FOSUserBundle (without password). Anyone has experience with this?