Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeConfluence
titlesimplesamlphp
composer require "simplesamlphp/simplesamlphp: 1.19.6"

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

Code Block
languagebash
themeConfluence
titlesimplesamlphp-module-drupalauth
composer require "drupalauth/simplesamlphp-module-drupalauth:1.9.1 as 1.8.1"

Per trasformare drupal in Identity provider manca un altro modulo

...