Versions Compared

Key

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

...

Authorizzation

  • Drupal role(s)
  • Groups

...

Code Block
languagebash
themeConfluence
titlesimplesamlphp
composer require simplesamlphp/simplesamlphp

 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

Per trasformare drupal in Identity provider manca un altro modulo

Code Block
languagebash
themeConfluence
titleDrupalAuth for SimpleSAMLphp
composer require 'drupal/drupalauth4ssp:^1.2'