, (*1)
This module provides a web interface for very basic metadata editing and registration., (*2)
Install
Once you have installed SimpleSAMLphp, installing this module is very simple. Just execute the following
command in the root of your SimpleSAMLphp installation:, (*3)
vendor/bin/composer require simplesamlphp/simplesamlphp-module-metaedit
Configuration
Next thing you need to do is to enable the module: in config.php,
search for the module.enable key and set metaedit to true:, (*4)
'module.enable' => [
'metaedit' => true,
…
],