https://github.com/simplesamlphp/simplesamlphp-module-negotiate
Negotiate module
https://github.com/simplesamlphp/simplesamlphp-module-negotiate
Last synced: 7 months ago
JSON representation
Negotiate module
- Host: GitHub
- URL: https://github.com/simplesamlphp/simplesamlphp-module-negotiate
- Owner: simplesamlphp
- License: lgpl-2.1
- Created: 2019-04-06T13:56:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T16:45:55.000Z (9 months ago)
- Last Synced: 2025-04-24T16:48:44.693Z (9 months ago)
- Language: PHP
- Size: 239 KB
- Stars: 4
- Watchers: 5
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Negotiate module

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