simplesamlphp / simplesamlphp-module-metaedit
A SimpleSAMLphp module for metadata editing and registration.
Installs: 15 073
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 9
Forks: 2
Open Issues: 1
Type:simplesamlphp-module
Requires
- php: >=7.4 || ^8.0
- simplesamlphp/composer-module-installer: ^1.3.2
- simplesamlphp/simplesamlphp: ^2.0.0-rc2
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-21 19:50:35 UTC
README
Metaedit module
This module provides a web interface for very basic metadata editing and registration.
Install
Once you have installed SimpleSAMLphp, installing this module is very simple. Just execute the following command in the root of your SimpleSAMLphp installation:
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:
'module.enable' => [ 'metaedit' => true, … ],