simplesamlphp / simplesamlphp-module-smartattributes
The SmartAttributes module provides additional authentication processing filters to manipulate attributes.
Installs: 5 519 589
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 7
Forks: 2
Type:simplesamlphp-module
Requires
- php: ^8.0
- simplesamlphp/assert: ^1.0.0
- simplesamlphp/composer-module-installer: ^1.3.4
- simplesamlphp/simplesamlphp: ^2.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-21 19:54:58 UTC
README
Install
Install with composer
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:
'module.enable' => [ 'smartattributes' => true, … ],