simplesamlphp/simplesamlphp-module-authorize

This module provides a user authorization filter based on attribute matching

Installs: 5 439 668

Dependents: 1

Suggesters: 0

Security: 0

Stars: 5

Watchers: 6

Forks: 6

Open Issues: 0

Type:simplesamlphp-module

v1.6.1 2024-08-07 13:41 UTC

README

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level

Install

Install with composer

    vendor/bin/composer require simplesamlphp/simplesamlphp-module-authorize

Configuration

Next thing you need to do is to enable the module: in config.php, search for the module.enable key and set authorize to true:

    'module.enable' => [
        'authorize' => true,
        …
    ],