Integrate OneLogin with FileCloud


Before completing the following procedures, configure Apache Web Server. See SSO Configuration Step 1 on the page SAML Single Sign-On Support for configuration instructions.


This article describes how to integrate OneLogin as an SSO provider with FileCloud.

Pre-requisite: mcrypt module must be installed on FileCloud. In Windows, it should be installed by default. In Linux, if mcrypt is not installed, it must be installed

OneLogin: Create App Connector

  1. Login into OneLogin web UI
  2. Click on Apps → Add Apps
  3. Search for "saml test connector" and select the sample connector named "SAML Test Connector (IdP)".

  4. In the add screen, enter a name to the connector. For example, something like "FileCloud Connector". Click "Save".
  5. Open the created connector and switch to "Configuration" tab.
  6. Assuming your FileCloud URL is "https://dev.company.com", fill the following values in the configuration tab.

  7. Once the configuration tab is completed, switch to "Parameters" tab.
  8. Add the following four parameters:

    Field nameFlagsValue

    givenName

    Include in SAML accertion

    First Name

    mail

    Include in SAML accertion

    Email

    snInclude in SAML accertionLast Name
    uidInclude in SAML accertionUsername

  9. Save these changes. Once the save is complete, switch to SSO tab.
  10. In the SSO tab, note "Issuer URL".
  11. Download the metadata file from "More Actions" → "SAML Metadata".
  12. Finally, add users to the newly created "FileCloud Connector" either individually or as group.

Integrate FileCloud with OneLogin SSO

  1. Login into FileCloud admin UI.
  2. Navigate to Settings → SSO tab.
  3. Select default SSO type to be SSO.
  4. Use the following table to fill the SAML configuration.

    SAML SettingsValue

    IdP Endpoint URL

    "Issuer URL" noted in the previous section in OneLogin SSO tab

    IdP Username Parameter

    uid
    IdP Email Parametermail
    IdP Given ParametergivenName
    IdP Surname Parametersn
    IdP MetadataCopy and the paste the contents of SAML metadata from OneLogin web UI.

  5. Save the changes