Skip to content

simplesamlphp/simplesamlphp-module-negotiate

Repository files navigation

Negotiate module

Build Status Scrutinizer Code Quality Coverage Status Type Coverage Psalm Level

Install

Install with composer

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

Configuration

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

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

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