Liferay Single Sign-On vai Facebook-SSO

Facebook (SSO) social login configuration with Liferay Portal

 

Facebook as social login to Liferay Portal

     At some specific requirement portals needs allow users to login with cridentails of popular social sites Like FacebookGoogle+ , Twitter  ...etc many mores social cridentails.

 
 

For enable Facebook SSO with Liferay  Portal follow below steps,

      A)  Facebook site configuration

 

   Follow below steps,

      -          Create new app from https://developers.facebook.com  site for websites.

      -          Once app is created check goes to dashboard &

                  check appID and appSecret key   is created sucessfully.

     -         Goto  Settings -> advance -> configure redirect URI’s 

                 And configure bleow Redirect URI
 
                          http://localhost:8080/c/login/facebook_connect_oauth
 
                    Note: localhost:8080 change accordingly portal url.

      B)  Liferay Portal site configuration

 

   Follow below steps,

        -          Control panel -> Portal Settings -> Authentication -> Facebook tab

        -          Enable face login check box.

        -          Add appID and appSecret Key genrated from Facebook configuration.



Facebook social SSO configuration done. Now you check it works fine.