How to use SAML in Liferay Community Edition for SSO Integration? - liferay

I am using Liferay Community edition. I want to use SAML for SSO integration. It looks like SAML is available only for Liferay Enterprise edtion. Can someone suggest me how to use SAML as sso integration in Liferay Community Edition?

As you correctly state: the existing SAML plugin implementation is for EE. You'll have to implement your own in order to use it with CE. When you have finished it, you might want to publish it on marketplace
In a related note, using SAML might point to the scenario in which you're using Liferay. And typically usecases for SAML are rather enterprisey.

Related

Crafter Security for delivery

This online doc explains how to configure security (LDAP and SSO) for Studio:
https://docs.craftercms.org/en/3.0/system-administrators/security/configure-studio-security.html
I assume the functionalities are provided by the craftercms/commons/security subsystem. Can this be used by Crafter Delivery to provide LDAP and/or SSO integrations?
Yes, SAML 2.0 is supported by Crafter Engine, see this guide: https://docs.craftercms.org/en/3.0/site-administrators/engine/engine-site-security-guide.html
Very similar to how it's done in Studio, only simpler because there is no role mapping.

How to setup a SAML SP with an Idp via REst or Soap Web API

We have a vendor membership management solution to manage our members, Netforum Pro. They provide a Web API via Rest or Soap for external applications to authenticate.
We would like to use Moodle as Learning Management System for our members. However, Moodle has an authentication plugin for SAML.
Can we use OneLogin as a middle agent in this situation?
Thanks
Linh N.
OneLogin acts as Identity Provider and has toolkits that will help you authenticate requests when used by application providers. In your case it looks like Moodle has already the functionality that you would implement with the OL toolkit and that NetForum is the Identity Provider. So using OneLogin won't help much.
You should look into http://documentation.abila.com/netforum-enterprise/2017.1/Content/Admin/Security/SAML.htm

Using SSO alfresco automatically logged in LIferay Portal

how to use SSO in liferay portal if alfresco it is been integrated ?
Meanwhile i have to login in liferay portal and again login in alfresco portlet and alfresco it is been integrated in liferay portal ??
Image of Alfresco_Liferay
Alfresco in the Cloud has SAML integration that can use an SSO identity provider.
There is an enterprise SAML module for on-premise coming soon, or you can pay for consulting to get it earlier. Otherwise, perhaps you can do something with Alfresco External Authentication, and hook into an SSO solution that way.
See http://docs.alfresco.com/5.0/concepts/auth-intro.html

ModeShape with PicketLink security?

We have standardized on JBoss PicketLink as our Authentication, Authorization, and Identity Management framework and use it throughout our enterprise applications. Now, we would like to integrate JBoss ModeShape as a content management repository into one of our applications. Is there a way to have ModeShape leverage the PicketLink Identity, Roles, Groups, etc. in its authentication and authorization decisions? I would hope that since they're both JBoss projects the integration would be easy, but I haven't found any documentation around how to configure it.

How to get OpenID authentication on SharePoint Services?

Is this even possible? I want to build a small community site but do not want to use Live ID.
Sharepoint has an extensible authentication provider model, so you could use that to extend it to support openid.
See the OpenID membership provider project on CodePlex. This provides OpenID support for SharePoint.
If you're just looking for a windows-based community site framework, I'd suggest Community Server, which has a free license and built-in OpenID support.
http://communityserver.com/products/express/
Many people have already done this using DotNetOpenId with SharePoint.
There are some discussions on the dotnetopenid mailing list that cover this topic. Feel free to post your question there to get the responses of a few people there who have done it.
There are exists two solution that exactly meet your requirments:
SharePoint Claims Provider for SharePoint Claims Based Authentication that use Windows Live ID and other OpenID provider such as Google and yahoo.
it will allows you and your members sign in to your SharePoint site with any OpenID provider or Windows Live ID.
Check SharePoint Live Authentication here : http://www.shetabtech.com/english/SharePointLiveAuth

Resources