simplesamlphp / simplesamlphp-module-smartattributes
The SmartAttributes module provides additional authentication processing filters to manipulate attributes.
Package info
github.com/simplesamlphp/simplesamlphp-module-smartattributes
Type:simplesamlphp-module
pkg:composer/simplesamlphp/simplesamlphp-module-smartattributes
v1.1.0
2026-01-06 19:41 UTC
Requires
- php: ^8.3
- simplesamlphp/assert: ^1.9
- simplesamlphp/composer-module-installer: ^1.5
- simplesamlphp/simplesamlphp: ^2.5@dev
Requires (Dev)
This package is auto-updated.
Last update: 2026-03-05 21:38:54 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, … ],