SAML SP paid modules installation

Standard Module Installation:

Steps:

  1. Run the command to add the Standard version of the module to the composer configuration:

     composer config repositories.miniorange_saml_sp_standard vcs 
     https://github.com/miniorange-drupal/miniorange_saml_standard.git
    
  2. Run the command to update the module to your site:

     composer require "miniorange/miniorange_saml"
  3. You will be prompted to enter the token (one-time only).

  4. Once done please run the update script using the URL below:

     {BASE_URL_OF_DRUPAL_SITE}/update.php

Premium Module Installation:

Steps:

  1. Run the command to add the Premium version of the module to the composer configuration:

     composer config repositories.miniorange_saml_sp_premium vcs 
     https://github.com/miniorange-drupal/miniorange_saml_premium.git
    
  2. Run the command to update the module to your site:

     composer require "miniorange/miniorange_saml"
  3. You will be prompted to enter the token (one-time only).

  4. Once done please run the update script using the URL below:

     {BASE_URL_OF_DRUPAL_SITE}/update.php

Enterprise Module Installation:

Steps:

  1. Run the command to add the Enterprise version of the module to the composer configuration:

     composer config repositories.miniorange_saml_sp_enterprise vcs 
     https://github.com/miniorange-drupal/miniorange_saml_enterprise.git
    
  2. Run the command to update the module to your site:

     composer require "miniorange/miniorange_saml"
  3. You will be prompted to enter the token (one-time only).

  4. Once done please run the update script using the URL below

     {BASE_URL_OF_DRUPAL_SITE}/update.php