simplesamlphp/simplesamlphp-module-exampleattributeserver

An example for SAML attributes queries

Installs: 6 027 332

Dependents: 1

Suggesters: 0

Security: 0

Stars: 5

Watchers: 5

Forks: 1

Open Issues: 1

Type:simplesamlphp-module

pkg:composer/simplesamlphp/simplesamlphp-module-exampleattributeserver

v1.1.0 2023-01-23 19:15 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, … ],