Page 1 of 1

ProcessMaker Community Azure AD SSO

Posted: Tue Jul 09, 2019 3:02 pm
by CodyMTNA
We are currently running the Community version (3.2.1) of PM, and looking to connect it to Azure AD for the authentication source. So far I haven't found any documentation on if this is possible or how to setup it up. Is this possible and if so, how? Thanks for you assistance in advance!

Re: ProcessMaker Community Azure AD SSO

Posted: Tue Jul 09, 2019 7:00 pm
by amosbatto
ProcessMaker doesn't currently support Azure AD, because it doesn't use LDAP like normal Active Directory.

If you want to use Azure's SAML, then you need to be a PHP programmer to implement it. Here is what I found with a quick Google search:
https://www.lewisroberts.com/2015/09/05 ... lesamlphp/
https://medium.com/vivritiengineering/m ... fbc13d1f46

To implement it, you need to modify the workflow/engine/classes/model/UsersProperties.php file in ProcessMaker.

ProcessMaker Professional Services might be willing to implement Azure AD for you if you are willing to pay for it. You can contact ProcessMaker Sales to discuss it.