SAML IDP paid modules installation
Premium Module Installation
Composer-Based Installation (Recommended)
Steps:
-
Run the command to add the Premium version of the module to the composer configuration:
composer config repositories.miniorange_saml_idp_premium vcs https://github.com/miniorange-drupal/miniorange_saml_idp_premium.git -
Run the command to add/update the module to your site:
composer require "miniorange/miniorange_saml_idp" -
You will be prompted to enter the token (one-time only). For token, reach out to us at drupalsupport@xecurify.com
-
Navigate to the Extend page in your Drupal admin menu (Manage → Extend).
-
Search for miniOrange SAML Identity Provider [Premium] and install it.
-
Alternatively, the module can be enabled using the drush command
drush en miniorange_saml_idpComposer-Based Update
Steps:
-
Run the command
composer update "miniorange/miniorange_saml_idp" -
Run the update script using the URL below:
{BASE_URL_OF_DRUPAL_SITE}/update.php
Manual Installation
Steps:
- Open the miniOrange Portal
- Nevigates to the Downloads section.
- Expand the section → Premium Plan → DRUPAL8 SAML IDP.
- Click on the Download Plugin button to download the latest version of the module.
- Now extract the zip file and copy the miniorange_saml_idp folder to the web/modules/custom directory of your site.
- Navigate to the Extend page in your Drupal admin menu (Manage → Extend).
- Search for miniOrange SAML Identity Provider [Premium] and install it.
- Alternatively, the module can be enabled using the drush command
drush en miniorange_saml_idp