How to install the miniOrange SAML Service Provider module

Note: The following steps will install the free version of the module on your Drupal site. You can reach out to us at drupalsupport@xecurify.com for detailed installation steps for higher versions of the module.

1.1. Using Composer:

  • Run the following command

    Composer requires drupal/miniorange_saml
  • Navigate to Extend menu on your Drupal admin console and search for miniOrange SAML Service Provider.

  • Enable the checkbox of the module and click on the Install button.

1.2. Using Drush:

  • Download the module:

    drush dl drupal/miniorange_saml
  • Install the module:

    drush en drupal/miniorange_saml
  • Clear the cache:

     drush cr

1.3. Manual installation:

  • Navigate to Extend menu on your Drupal admin console and click on the Install new module button.
  • Install the Drupal SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider module either by downloading the zip or from the URL of the package (tar/zip).
  • Click on Enable newly added modules.
  • Enable this module by checking the checkbox and click on the install button.