You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »


Prima di tutto bisogna scaricare SimpleSAMLphp dentro al progetto


Prima di tutto bisogna scaricare SimpleSAMLphp dentro al progetto

simplesamlphp
composer require simplesamlphp/simplesamlphp

 Per permettere a SimpleSAMLphp a comunicare con Drupal bisogna che installiamo un modulo (per SimpleSAMLphp, non per Drupal)

simplesamlphp-module-drupalauth
composer require drupalauth/simplesamlphp-module-drupalauth

Per trasformare drupal in Identity provider manca un altro modulo

DrupalAuth for SimpleSAMLphp
composer require 'drupal/drupalauth4ssp:^1.2'
  • No labels