Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

BenjaminNolan/TwwSaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

This module integrates OneLogin's php-saml library with ZfcUser.

Installation

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

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

Alternatively, add the following line to your root composer.json file:

"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:

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.

About

Module adding SimpleSAML integration to ZF2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages