simplesamlphp/simplesamlphp-module-authorize

This module provides a user authorization filter based on attribute matching

Installs: 5 095 782

Dependents: 1

Suggesters: 0

Security: 0

Stars: 5

Watchers: 7

Forks: 4

Open Issues: 0

Type:simplesamlphp-module

v1.4.0 2023-08-15 14:57 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,
        …
    ],