...
Authorizzation
...
Code Block |
---|
language | bash |
---|
theme | Confluence |
---|
title | simplesamlphp |
---|
|
composer require simplesamlphp/simplesamlphp |
Per permettere a SimpleSAMLphp a comunicare con Drupal bisogna che installiamo un modulo (per SimpleSAMLphp, non per Drupal)
Code Block |
---|
language | bash |
---|
theme | Confluence |
---|
title | simplesamlphp-module-drupalauth |
---|
|
composer require drupalauth/simplesamlphp-module-drupalauth |
Per trasformare drupal in Identity provider manca un altro modulo
Code Block |
---|
language | bash |
---|
theme | Confluence |
---|
title | DrupalAuth for SimpleSAMLphp |
---|
|
composer require 'drupal/drupalauth4ssp:^1.2' |