simplesamlphp / simplesamlphp-module-exampleattributeserver
An example for SAML attributes queries
Installs: 5 479 413
Dependents: 1
Suggesters: 0
Security: 0
Stars: 5
Watchers: 6
Forks: 0
Open Issues: 0
Type:simplesamlphp-module
Requires
- php: >=7.4 || ^8.0
- simplesamlphp/composer-module-installer: ^1.3.2
- simplesamlphp/simplesamlphp: ^2.0.0-rc2
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-21 19:38:01 UTC
README
Install
Install with composer
vendor/bin/composer require simplesamlphp/simplesamlphp-module-exampleattributeserver
Configuration
Next thing you need to do is to enable the module:
in config.php
, search for the module.enable
key and set exampleattributeserver
to true:
'module.enable' => [ 'exampleattributeserver' => true, … ],