simplesamlphp/simplesamlphp-module-cdc

A SimpleSAMLphp module that allows integration with CDC

Installs: 5 018 400

Dependents: 1

Suggesters: 0

Security: 0

Stars: 4

Watchers: 7

Forks: 0

Open Issues: 1

Type:simplesamlphp-module

v1.1.1 2023-01-23 17:28 UTC

README

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level

Install

Install with composer

vendor/bin/composer require simplesamlphp/simplesamlphp-module-cdc

Configuration

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

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