simplesamlphp/simplesamlphp-module-negotiateext

This module implements Microsofts Kerberos SPNEGO mechanism nu leveraging Apache modules

v2.0.2 2023-08-09 22:29 UTC

This package is auto-updated.

Last update: 2023-09-09 23:05:32 UTC


README

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