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 has been archived by the owner on Nov 9, 2017. It is now read-only.
Hi,
I test fos_facebook and fos_user but I was unable to configure both as login in my webapp. How can use both fos_user and fos_facebook for login. They work but I can login in my app only with fos_user. It's like FOS_USER does not know that FOS_FACEBOOK is logged. FOS_USER is connected with FOS_FACEBOOK.
In my case it happens ::
Login through FOS_Facebook --> No Access webbapp ( say log in as Anon.) but log in on facebook works
Login through FOS_user --> Access webbapp (with groupgrant USER) --> Works OK!
I need one workflow some:
Login through FOS_Facebook --> Access webbapp (with groupgrant USERFACEBOOK) *** This option is implemented ??
User with Fos_user account and facebook account have access --> Access Webbapp (with groupgrant USERFACEBOOK and USER ) *** This option is implemented ??
If this options is not implemented maybe I can implement this because I need this.
thanks !
The text was updated successfully, but these errors were encountered:
What you need to do is implement two user providers, one for each option. Also, you need to send each login option to your own URL:
facebook -> /login-facebook
form -> /login
Have two user providers. The problem is When i'm login in FOS_FACEBOOK, FOS_USER is not logged say is ANONYMOUS user I need loggin througth FOS_USER too. My questions is if have integration both bundle If exist how configure this ?
Hi,
I test fos_facebook and fos_user but I was unable to configure both as login in my webapp. How can use both fos_user and fos_facebook for login. They work but I can login in my app only with fos_user. It's like FOS_USER does not know that FOS_FACEBOOK is logged. FOS_USER is connected with FOS_FACEBOOK.
In my case it happens ::
Login through FOS_Facebook --> No Access webbapp ( say log in as Anon.) but log in on facebook works
Login through FOS_user --> Access webbapp (with groupgrant USER) --> Works OK!
I need one workflow some:
Login through FOS_Facebook --> Access webbapp (with groupgrant USERFACEBOOK) *** This option is implemented ??
Login through FOS_user --> Access webbapp (with groupgrant USER) --> WOrKS!
User with Fos_user account and facebook account have access --> Access Webbapp (with groupgrant USERFACEBOOK and USER ) *** This option is implemented ??
If this options is not implemented maybe I can implement this because I need this.
thanks !
The text was updated successfully, but these errors were encountered: