Skip to content

simplesamlphp/simplesamlphp-module-consentsimpleadmin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level

Consent Simple Admin module

A SimpleSAMLphp module implementing a very simple user interface for managing consent.

Installation

Once you have installed SimpleSAMLphp, installing this module is very simple. Just execute the following command in the root of your SimpleSAMLphp installation:

composer.phar require simplesamlphp/simplesamlphp-module-consentsimpleadmin:dev-master

where dev-master instructs Composer to install the master branch from the Git repository. See the releases available if you want to use a stable version of the module.

Next, you need to do is to enable the consentSimpleAdmin module: in config.php, search for the module.enable key and set consentSimpleAdmin to true:

    'module.enable' => [
         'consentSimpleAdmin' => true,
         …
    ],

About

A SimpleSAMLphp module implementing a very simple user interface for managing consent.

Resources

License

Stars

Watchers

Forks

Packages

No packages published