simplesamlphp/simplesamlphp-module-smartattributes

The SmartAttributes module provides additional authentication processing filters to manipulate attributes.

Installs: 5 106 722

Dependents: 1

Suggesters: 0

Security: 0

Stars: 3

Watchers: 8

Forks: 2

Type:simplesamlphp-module

v1.0.3 2023-10-30 11:07 UTC

This package is auto-updated.

Last update: 2024-04-25 21:22:22 UTC


README

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level

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, … ],