simplesamlphp / simplesamlphp-module-negotiate
The Negotiate module implements Microsofts Kerberos SPNEGO mechanism
Installs: 4 716 832
Dependents: 1
Suggesters: 0
Security: 0
Stars: 5
Watchers: 7
Forks: 5
Open Issues: 0
Type:simplesamlphp-module
Requires
- php: >=7.4 || ^8.0
- ext-krb5: >=1.1.5
- 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: 2023-11-07 22:51:49 UTC
README
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, … ],