Download the PHP package simplesamlphp/simplesamlphp-module-subjectidattrs without Composer
On this page you can find all versions of the php package simplesamlphp/simplesamlphp-module-subjectidattrs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download simplesamlphp/simplesamlphp-module-subjectidattrs
More information about simplesamlphp/simplesamlphp-module-subjectidattrs
Files in simplesamlphp/simplesamlphp-module-subjectidattrs
Package simplesamlphp-module-subjectidattrs
Short Description Module implementing SAML V2.0 Subject Identifier Attributes Profile
License LGPL-2.1-or-later
Informations about the package simplesamlphp-module-subjectidattrs
subject-identifier-attrs module
This module provides authproc-filters for releasing the attributes defined in the SAML V2.0 Subject Identifier Attributes Profile.
Installation
Once you have installed SimpleSAMLphp, installing this module is very simple. Just execute the following command in the root of your SimpleSAMLphp installation:
where dev-master
instructs Composer to install the master
branch from the
Git repository. See the releases
available if you want to use a stable version of the module.
Next thing you need to do is to enable the module: in config.php
,
search for the module.enable
key and set subjectidattrs
to true:
All versions of simplesamlphp-module-subjectidattrs with dependencies
simplesamlphp/assert Version ~0.3.0
simplesamlphp/simplesamlphp Version ^2.0.0-beta.11
simplesamlphp/composer-module-installer Version ~1.1