2017 © Pedro Peláez
 

library ssp-utilities

SimpleSAMLphp related utility classes

image

silinternational/ssp-utilities

SimpleSAMLphp related utility classes

  • Wednesday, August 30, 2017
  • by fillup
  • Repository
  • 4 Watchers
  • 0 Stars
  • 1,118 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

ssp-utilities

SimpleSAMLphp related utility classes, (*1)

Overview

This project includes utilities that are used by ssp-base, (*2)

It provides business logic that determines which simplesamlphp Identity Providers can be used for authentication by a certain SP., (*3)

It also provides a utility that will gather together remote metadata from a folder and its sub-folders to be used by a saml20-*-remote.php file., (*4)

It includes unit tests that can be run from the /data folder via $ vendor/phpunit/phpunit/phpunit tests. These should provide insight into what the utilities do in practice., (*5)

Editing IdP Business Logic

There are several ways to limit which IdP's can be used for authentication by a certain SP. (These are provided by Utils.php::isIdpValidForSp which is called by the DiscoUtils.php::getIdpsForSp method.), (*6)

  1. If an IDP's entry in the saml20-idp-remote.php file includes a 'SPList' entry (as an array), then only the SP's which have an entity id listed in that array will be permissible., (*7)

  2. If an IDP's entry in the saml20-idp-remote.php file includes an 'excludeByDefault' entry set to True, then only the SP's which include the IdP's entity id in their 'IDPList' entry will be permissible., (*8)

  3. If an SP's entry in the saml20-sp-remote.php file includes an 'IDPList' entry (as an array), then only the IdP's which have an entity id listed in that array will be permissible., (*9)

Metadata Utilities

The metadata.php file includes utilities that pull in metadata from all the files named idp-.php and sp-.php respectively, including those in sub-folders., (*10)

The Versions

30/08 2017

dev-develop

dev-develop

SimpleSAMLphp related utility classes

  Sources   Download

MIT

The Requires

 

The Development Requires

06/07 2017

dev-master

9999999-dev

SimpleSAMLphp related utility classes

  Sources   Download

MIT

The Requires

 

The Development Requires

06/07 2017

1.0.1

1.0.1.0

SimpleSAMLphp related utility classes

  Sources   Download

MIT

The Requires

 

The Development Requires

23/06 2017

1.0.0

1.0.0.0

SimpleSAMLphp related utility classes

  Sources   Download

MIT

The Requires

 

The Development Requires