simplesamlphp/simplesamlphp-module-negotiateext

This module implements Microsofts Kerberos SPNEGO mechanism nu leveraging Apache modules

Installs: 66

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 6

Forks: 1

Type:simplesamlphp-module

pkg:composer/simplesamlphp/simplesamlphp-module-negotiateext

v2.0.4 2025-04-24 15:34 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, … ],