SAML IDP paid modules installation

Premium Module Installation

Composer-Based Installation (Recommended)

Steps:

  1. 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
    
  2. Run the command to add/update the module to your site:

     composer require "miniorange/miniorange_saml_idp"
  3. You will be prompted to enter the token (one-time only). For token, reach out to us at drupalsupport@xecurify.com

  4. Navigate to the Extend page in your Drupal admin menu (Manage → Extend).

  5. Search for miniOrange SAML Identity Provider [Premium] and install it.

  6. Alternatively, the module can be enabled using the drush command

     drush en miniorange_saml_idp

    Composer-Based Update

    Steps:

  7. Run the command

    composer update "miniorange/miniorange_saml_idp"
  8. Run the update script using the URL below:

    {BASE_URL_OF_DRUPAL_SITE}/update.php

Manual Installation

Steps:

  1. Open the miniOrange Portal
  2. Nevigates to the Downloads section.
  3. Expand the section → Premium PlanDRUPAL8 SAML IDP.
  4. Click on the Download Plugin button to download the latest version of the module.
  5. Now extract the zip file and copy the miniorange_saml_idp folder to the web/modules/custom directory of your site.
  6. Navigate to the Extend page in your Drupal admin menu (Manage → Extend).
  7. Search for miniOrange SAML Identity Provider [Premium] and install it.
  8. Alternatively, the module can be enabled using the drush command
     drush en miniorange_saml_idp