Skip to content

simplesamlphp/simplesamlphp-module-metaedit

Repository files navigation

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level

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,
        …
    ],

About

A SimpleSAMLphp module for metadata editing and registration.

Resources

License

Stars

Watchers

Forks

Packages

No packages published