2017 © Pedro Peláez
 

simplesamlphp-module simplesamlphp-module-autotest

This module provides an interface to do automatic testing of authentication sources.

image

simplesamlphp/simplesamlphp-module-autotest

This module provides an interface to do automatic testing of authentication sources.

  • Friday, August 7, 2015
  • by jaime
  • Repository
  • 7 Watchers
  • 1 Stars
  • 6,818 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 7 % Grown

The README.md

Autotest module

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level, (*1)

This module provides an interface to do automatic testing of authentication sources., (*2)

Installation

Once you have installed SimpleSAMLphp, installing this module is very simple. Just execute the following command in the root of your SimpleSAMLphp installation:, (*3)

vendor/bin/composer require simplesamlphp/simplesamlphp-module-autotest:dev-master

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., (*4)

The module is disabled by default. If you want to enable the module once installed, you just have to add it to the module.enable array in your config.php., (*5)

Usage

This module provides three web pages:, (*6)

  • SIMPLESAMLPHP_ROOT/module.php/autotest/login
  • SIMPLESAMLPHP_ROOT/module.php/autotest/logout
  • SIMPLESAMLPHP_ROOT/module.php/autotest/attributes

All the web pages have a mandatory parameter 'SourceID', which is the name of the authentication source., (*7)

On success, the web pages print a single line with "OK". The attributes page will also list all the attributes of the user. On error they set the HTTP status code to 500 Internal Server Error, print a line with "ERROR" and then any information about the error., (*8)

Note: You still have to parse the login pages to extract the parameters in the login form., (*9)

The Versions

07/08 2015

dev-master

9999999-dev

This module provides an interface to do automatic testing of authentication sources.

  Sources   Download

The Requires

 

by Olav Morken

modules simplesamlphp

07/08 2015

v1.0

1.0.0.0

This module provides an interface to do automatic testing of authentication sources.

  Sources   Download

The Requires

 

by Olav Morken

modules simplesamlphp