SAML SP paid modules installation
Standard Module Installation:
Steps:
-
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
-
Run the command to update the module to your site:
composer require "miniorange/miniorange_saml"
-
You will be prompted to enter the token (one-time only).
- For token, reach out to us at drupalsupport@xecurify.com
-
Once done please run the update script using the URL below:
{BASE_URL_OF_DRUPAL_SITE}/update.php
Premium Module Installation:
Steps:
-
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
-
Run the command to update the module to your site:
composer require "miniorange/miniorange_saml"
-
You will be prompted to enter the token (one-time only).
- For token, reach out to us at drupalsupport@xecurify.com
-
Once done please run the update script using the URL below:
{BASE_URL_OF_DRUPAL_SITE}/update.php
Enterprise Module Installation:
Steps:
-
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
-
Run the command to update the module to your site:
composer require "miniorange/miniorange_saml"
-
You will be prompted to enter the token (one-time only).
- For token, reach out to us at drupalsupport@xecurify.com
-
Once done please run the update script using the URL below
{BASE_URL_OF_DRUPAL_SITE}/update.php