Install with composer
vendor/bin/composer require simplesamlphp/simplesamlphp-module-exampleattributeserverNext thing you need to do is to enable the module:
in config.php, search for the module.enable key and set exampleattributeserver to true:
'module.enable' => [ 'exampleattributeserver' => true, … ],