Posts

Facebook (SSO) social login configuration with Liferay Portal

Facebook as social login to Liferay Portal      At some specific requirement portals allow users to login with cridentails of popular social sites Like Facebook , Google+  ,  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 ...

Reindex alfresco SOLR on Linux environment

Follow below Steps for   Reindex   Alfresco SOLR.       a) Back-up Alfresco Server.             -         Before backup the server shutdown the alfresco server.            -           Create Backup folder example as     /home/sachin /            -           Change   the directory as below,                            $ cd   /home/sachin/            -         Take   the backup using following command from alfresco installation path in my case  ...

Liferay and SAML(2.0) integration

Title: Liferay and SAML(2.0) integration with portal cluster environment behind a load           balancer   Introduction         What is an SAML(Security Assertion Markup Language)?                 It is a XML-based, open-standard data format for exchanging authentication and                  authorization data between parties, in particular, between an identity provider and a service                 provider.            Overview              This brief article outlines a high level solution for using the Liferay SAML 2.0 EE Provider       ...