2017 © Pedro Peláez
 

library tww-saml

Module integrating OneLogin's SAML library with ZfcUser

image

twowholeworms/tww-saml

Module integrating OneLogin's SAML library with ZfcUser

  • Tuesday, May 26, 2015
  • by TwoWholeWorms
  • Repository
  • 2 Watchers
  • 0 Stars
  • 197 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

TwwSaml

NOTE: This module is still very much a work in progress. Do not expect it to work until numbered versions start appearing in the repository tags!, (*1)

This module integrates OneLogin's php-saml library with ZfcUser., (*2)

Installation

The recommended method of installation for this module is via composer. You can either add the dependency with the following command:, (*3)

php composer.php require twowholeworms/tww-saml:dev-master

Alternatively, add the following line to your root composer.json file:, (*4)

"twowholeworms/tww-saml":"dev-master"

Basic configuration

To enable the module after installation, add 'TwwSaml' to the modules section of application.config.php as follows:, (*5)

return array(
    …
    'modules' => array(
        'Application',
        'TwwSaml'
    ),
    …
);

Next, copy tww-saml.local.php.dist to config/autoload/tww-saml.local.php and modify the settings as documented., (*6)

The Versions

26/05 2015

dev-master

9999999-dev http://github.com/TwoWholeWorms/TwwSaml

Module integrating OneLogin's SAML library with ZfcUser

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

authentication saml user auth onelogin zfcuser simplesamlphp zfc-user