https://github.com/simplesamlphp/simplesamlphp-module-negotiateext
Adds support for Kerberos SPNEGO or other GSSAPI by leveraging Apache modules
https://github.com/simplesamlphp/simplesamlphp-module-negotiateext
Last synced: 9 months ago
JSON representation
Adds support for Kerberos SPNEGO or other GSSAPI by leveraging Apache modules
- Host: GitHub
- URL: https://github.com/simplesamlphp/simplesamlphp-module-negotiateext
- Owner: simplesamlphp
- License: lgpl-2.1
- Created: 2019-05-16T11:26:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T15:35:11.000Z (9 months ago)
- Last Synced: 2025-04-24T15:37:09.570Z (9 months ago)
- Language: PHP
- Size: 169 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleSAMLphp negotiate-ext module

[](https://scrutinizer-ci.com/g/simplesamlphp/simplesamlphp-module-negotiateext/?branch=master)
[](https://codecov.io/gh/simplesamlphp/simplesamlphp-module-negotiateext)
[](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-negotiateext)
[](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-negotiateext)
## Install
Install with composer
```bash
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:
```php
'module.enable' => [ 'negotiateext' => true, … ],
```