Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.27 KB

File metadata and controls

25 lines (17 loc) · 1.27 KB

SimpleSAMLphp negotiate-ext module

Build Status Scrutinizer Code Quality Coverage Status Type Coverage Psalm Level

Install

Install with composer

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

Configuration

Next thing you need to do is to enable the module:

in config.php, search for the module.enable key and set negotiateext to true:

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