Download and Installation
Note: The following steps will install the free version of the module on your Drupal site. The higher versions (Standard, Premium, Enterprise) versions of the module can be downloaded from the Xecurify Dashboard.
1. Using Composer
Pre-requisite - Composer is installed on the local machine, and the Drupal site is managed by the Composer.
Steps:
- Go to the project page of the miniOrange SAML Service Provider module (https://www.drupal.org/project/miniorange_saml) and copy the Composer command under Releases or copy the below command to download the latest version.
Composer requires drupal/miniorange_saml
-
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 in the top administrative menu, click on Extend.
-
Search for the miniOrange SAML Service Provider module, enable the checkbox and click on the Install button at the bottom.
-
Run the update script using - {BaseURL}/update.php
2. Using Drush
- Drush is a command line shell and Unix scripting interface for Drupal. For Drupal 9 and onward sites, your site should be managed with Composer and Drush should be installed as a dependency to run Drush commands.
Procedure:
-
Open the command prompt window or terminal in your Drupal site's root directory.
-
Run the following command (Note: From Drupal 9 and onward versions it is recommended to download the module using composer)
drush dl miniorange_saml
-
Run the following command to install the module:
drush en miniorange_saml
-
Clear the Drupal site cache
drush cr
3. Manual Installation
Prerequisite - The core Update Manager module must be installed.
Steps:
- Go to the project page of the miniOrange SAML Service Provider module (https://www.drupal.org/project/miniorange_saml) and 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 in the top administrative menu, click on Extend.
- 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 Service Provider module, select its checkbox, and click on the Install button at the bottom to enable the module.