Looking for a Open Source SimpleSAML plugin for Alfresco - plugins

We have an Alfresco 5.1 community edition. Currently looking for a open source SAML plugin. If there is

Looks like there is community edition of the plugin. We were able to manage with a OAuth plugin which directly authenticates to Google.

Related

The integration of Alfresco with Ephesoft 4.0.2

so i've installed Alfresco community edituion 5.2 and Ephesoft community edition 4.0.2 .
I want to configure Ephesoft to scan automatically to alfresco with metadata , (and i dont get the CMIS thing , should i download a CMIS or what for the configuration ) .
Ephesoft contains already an export CMIS plugin that you can use directly with Alfresco: http://wiki.ephesoft.com/cmis-export-plugin-3

Where can I obtain SDK for Alfresco Community 5.2c?

I have Alfresco Community v5.2.0 and Alfresco Share v5.2.c that running on Apache Tomcat 7.0 Servlet/JSP Container, installed on CentOS 7.3.
To customize Alfresco I need the appropriate Alfresco SDK.
Where can I obtain it?.. I downloaded alfresco-community-sdk-4.2.c from sourceforge, set it up in Eclipse Luna.
Can I use this version of SDK for customize Alfresco 5.2c?
If you are using eclips for customization then follow this link to set alfresco sdk with eclips.
https://www.youtube.com/watch?v=utYZaVe9Nd0

Import alfresco project into eclipse

I'm new in Alfresco I have download and installed "alfresco-community-4.2.f-installer-win-x64.exe" and I'm looking if I can import it as an eclipse project
The Alfresco Installer provides everything you need to run Alfresco. Install it, start it, away you go
However, if you want to either write your own Java code to run on Alfresco, or to extend/change Alfresco, it isn't what you need.
To build your own code on top of Alfresco, you'll most likely want the Alfresco SDK. That contains everything you need to:
Develop Alfresco Repository plug-ins such as:
Custom Actions / Conditions
Custom Aspects
Custom Transformers
Develop Applications against a standalone Alfresco server via Alfresco's Web Service API. In this case, the SDK works as a wrapper for the Alfresco API.
Embed Alfresco into existing Applications via Alfresco's Java Foundation API or standards-compliant JCR API
Alternately, if you want to make changes to Alfresco itself, then you'll need to grab the source code for it. The Source Code Wiki Page has the details of how to do that, and the 4.2f code is here
if you are using Maven you can try with Maven Alfresco SDK

jbpm with liferay

I can run a sample workflow done with jbpm5 ​​outside of liferay
but now I want to run this example in liferay
So the problem is how to integrate jbpm5 with liferay
I think I need to edit some configuration files in liferay
I'm reading these instructions but I can not find the solution
It's not than simple if you are trying to integrate jBPM5. As you can see the tutorial that you mention has being written for jbpm 3.1.2, a very old version. It will be a great community contribution to integrate jBPM5 to liferay, so if you are interested we can guide you, but you will need to do the work and research to get it working. I can help you with the jBPM5 but you will need to dig into the liferay bits.
I suggest if you want to run Workflow inside Liferay, first you must find a plugin for workflow engine. As fas as I know, Liferay supports Activity, JBPM, Kaleo,.. Have you downloaded JBPM plugin for Liferay? Because for default Liferay using Kaleo.

Eclipse Web Development Plugin to Sync with Remote Server

I'm using Eclipse Helios to develop a PHP/Smarty project.
Is there a plugin that can help me easily publish code to the web server?
Something like setting up the location of the web root once, then I can just right-click on a file to send.
Currently, I'm using FileZilla to send my code to the web server.
Any help or advice is appreciated.
Thanks,
Kenneth
You can use Remote System Explorer (RSE) from Target Management (DSDP/TP) project. Look at the [Getting Started] page.