simplesamlphp/simplesamlphp-module-negotiate

The Negotiate module implements Microsofts Kerberos SPNEGO mechanism

Installs: 5 467 293

Dependents: 1

Suggesters: 0

Security: 0

Stars: 4

Watchers: 6

Forks: 5

Open Issues: 1

Type:simplesamlphp-module

v2.3.1 2024-06-19 09:28 UTC

README

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