Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

 


Introduction


Recently, there have been questions from customers, partners and the community asking for comparisons between Joget Workflow and Microsoft SharePoint. Actually, the two products are not competing, but in fact complement each other.

...

This article describes how SSO can be achieved using Active Directory Federation Services (https://msdn.microsoft.com/en-us/library/bb897402.aspx), which supports the Security Assertion Markup Language (SAML) standard.  


Configuring Joget Workflow SharePoint SSO

...

The appendices provide some resources on installing and configuring these pre-requisites.

 


ii. Configure SAML for Joget Workflow

...

  1. Download the SAML Directory Manager from the Joget Marketplace
  2. In Joget Workflow, login as an administrator
  3. In Settings > Manage Plugins, click on Upload Plugin. Select the downloaded JAR file and click on the Upload button to upload the downloaded JAR file
  4. In Settings > Directory Manager, choose the SAML Directory Manager and click on Select
  5. Open the contents of the exported AD FS certificate in a text editor and copy the contents.
  6. In the Plugin Configuration page, paste the contents into the IDP Certificate field (copy-paste without the BEGIN and END lines) 
  7. Copy the value of the ACS URL (to be used in AD FS configuration later).
  8. With User Provisioning Enabled checked, a user will be created on first login if the username does not already exist. To integrate with Active Directory directly to retrieve users and groups, configure the External Directory Manager to LDAP Directory Managerhttps://dev.joget.org/community/display/KBv5/LDAP+Directory+ManagerClick on Submit to save the settings.

iii. Configure Relying Party Trust between AD FS and Joget Workflow

...

  1. On the Issuance Transform Rules tab, click Add Rule
  2. On the Select Rule Template page, select Send LDAP Attributes as Claims. Click Next.
  3. On the Configure Rule page, type the name of the claim rule in the Claim rule name field e.g. User Attributes.
  4. From the Attribute Store drop-down list, select Active Directory.
  5. In the Mapping of LDAP attributes to outgoing claim types section, key in the following mappings: 

    LDAP Attribute

    Outgoing Claim Type

    SAM-Account-Name

    Name ID

    E-Mail-Addresses

    email

    Given-Name

    User.FirstName

    Surname

    User.LastName

  6. Click Finish, and then click OK.
  7. At this point, the SSO should be operational. Test the login by accessing the the AD FS login page e.g. https://windows.local/adfs/ls/idpinitiatedsignon.aspx 
  8. Select the appropriate site e.g. Joget Workflow and click on Sign in.
  9. Login to SharePoint using your AD account 
  10. On successful login, you should be automatically logged into Joget Workflow 

...

  1. Options for installing Joget Workflow:
    1. Install On-Premise: https://dev.joget.org/community/display/KBv5/Installation Installation Guide
    2. Install on Docker:https://dev.joget.org/community/display/KBv5/Joget+Workflow+on+ Joget Workflow on Docker
    3. Install on OpenShift:https://dev.joget.org/community/display/KBv5/Joget+Workflow+on+ Joget Workflow on OpenShift
    4. Sign up for Joget Workflow On-Demand: https://cloud.joget.com

 

...