simplesamlphp/simplesamlphp-module-negotiate

The Negotiate module implements Microsofts Kerberos SPNEGO mechanism

Installs: 5 138 474

Dependents: 1

Suggesters: 0

Security: 0

Stars: 4

Watchers: 7

Forks: 5

Open Issues: 1

Type:simplesamlphp-module

v2.1.3 2024-02-05 16:37 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, … ],