simplesamlphp / simplesamlphp-module-negotiateext
This module implements Microsofts Kerberos SPNEGO mechanism nu leveraging Apache modules
Installs: 50
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 7
Forks: 1
Type:simplesamlphp-module
Requires
- php: >=7.4 || ^8.0
- simplesamlphp/assert: ^0.8 || ^1.0
- simplesamlphp/composer-module-installer: ^1.3.4
- simplesamlphp/simplesamlphp: ^2.0.0
- simplesamlphp/simplesamlphp-module-ldap: ^2.1.8
- symfony/http-foundation: ^5.4 || ^6.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-04 01:55:44 UTC
README
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, … ],