simplesamlphp/simplesamlphp-module-exampleattributeserver

An example for SAML attributes queries

v1.1.0 2023-01-23 19:15 UTC

This package is auto-updated.

Last update: 2024-04-25 21:05:46 UTC


README

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level

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