simplesamlphp / simplesamlphp-module-smartattributes
The SmartAttributes module provides additional authentication processing filters to manipulate attributes.
Installs: 6 095 792
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 5
Forks: 2
Type:simplesamlphp-module
pkg:composer/simplesamlphp/simplesamlphp-module-smartattributes
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: 2025-10-21 17:03:42 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, … ],