simplesamlphp/simplesamlphp-module-exampleattributeserver

An example for SAML attributes queries

Maintainers

Package info

github.com/simplesamlphp/simplesamlphp-module-exampleattributeserver

Type:simplesamlphp-module

pkg:composer/simplesamlphp/simplesamlphp-module-exampleattributeserver

Statistics

Installs: 6 240 159

Dependents: 1

Suggesters: 0

Stars: 5

Open Issues: 0

v1.2.0 2026-03-08 22:59 UTC

This package is auto-updated.

Last update: 2026-03-08 23:10:31 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, … ],