https://github.com/simplesamlphp/simplesamlphp-module-smartattributes
The SmartAttributes module provides additional authentication processing filters to manipulate attributes
https://github.com/simplesamlphp/simplesamlphp-module-smartattributes
Last synced: 9 months ago
JSON representation
The SmartAttributes module provides additional authentication processing filters to manipulate attributes
- Host: GitHub
- URL: https://github.com/simplesamlphp/simplesamlphp-module-smartattributes
- Owner: simplesamlphp
- License: lgpl-2.1
- Created: 2019-05-27T07:45:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T21:10:52.000Z (almost 2 years ago)
- Last Synced: 2024-04-25T15:02:25.952Z (almost 2 years ago)
- Language: PHP
- Size: 82 KB
- Stars: 3
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleSAMLphp smartattributes module

[](https://codecov.io/gh/simplesamlphp/simplesamlphp-module-smartattributes)
[](https://scrutinizer-ci.com/g/simplesamlphp/simplesamlphp-module-smartattributes/?branch=master)
[](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-smartattributes)
[](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-smartattributes)
## Install
Install with composer
```bash
vendor/bin/composer require simplesamlphp/simplesamlphp-module-smartattributes
```
## Configuration
Next thing you need to do is to enable the module:
in `config.php`, search for the `module.enable` key and set `smartattributes` to true:
```php
'module.enable' => [ 'smartattributes' => true, … ],
```