Download and Install

Note: The steps below will guide you through the installation of the free version of the module. The premium version is available for download from the Xecurify Dashboard.

1. Using Composer:

Prerequisite: Composer must be installed on the local machine, and the Drupal site must be managed using Composer.

Steps

  • From the project page of the miniOrange SAML IdP module, copy the composer command under Releases or copy the below command to download the latest version
     composer requires drupal/miniorange_saml_idp
  • Open the command prompt window/ terminal in the Drupal site’s root directory and run the command.
  • Sign in to the Drupal website as an administrator, and then click on Extend in the top administrative menu.
  • Search for the miniOrange SAML Identity Provider module, enable the checkbox and click on the Install button at the bottom.

2. Manual Installation (This option is only available in Drupal 10 and below)

Prerequisite: The core Update Manager module must be installed.

Steps

  • From the project page of the miniOrange SAML IdP module, scroll to the Releases section.
  • Click on the version number of the module, and download either a zip or tar.gz file of the module.
  • Sign in to your Drupal website as an administrator, and then click on Extend in the top administrative menu.
  • Click the Add new module button. In the field Upload a module or theme archive, upload the zip/tar.gz file downloaded in step 2, and click the Continue button to upload and unpack the module.
  • Click on Enable newly added modules to return to the Extend Page.
  • In the module list, search for the miniOrange SAML Identity Provider module, select its checkbox, and click on the Install button at the bottom to enable the module.