2017 © Pedro Peláez
 

simplesamlphp-module simplesamlphp-module-discojuice

A SimpleSAMLphp module to provide a very flexible User Interface implementing an IdP Discovery Service.

image

simplesamlphp/simplesamlphp-module-discojuice

A SimpleSAMLphp module to provide a very flexible User Interface implementing an IdP Discovery Service.

  • Tuesday, August 2, 2016
  • by jaime
  • Repository
  • 7 Watchers
  • 2 Stars
  • 89 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

Build Status Coverage Status Scrutinizer Code Quality, (*1)

DiscoJuice module

DiscoJuice is a very flexible User Interface library for implementing an IdP Discovery Service., (*2)

As a service provider, connected to a large number of Identity Providers, you would need to ask the user in advance of the authentication process to select an Identity Provider., (*3)

DiscoJuice is super-simple to deploy at a Service Provider. Is is as easy as copying and pasting a small javascript reference into the HTML source of your application., (*4)

Installation

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

composer.phar require simplesamlphp/simplesamlphp-module-discojuice: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., (*6)

The module is enabled by default. If you want to disable the module once installed, you just need to create a file named disable in the modules/discojuice/ directory inside your SimpleSAMLphp installation., (*7)

To enable the discovery service in SimpleSAMLphp, set the discoURL parameter in your authsources.php:, (*8)

    'default-sp' => [
        'saml:SP',
        'discoURL' => 'https://sp1.example.org/simplesaml/module.php/discojuice/central.php',

The Versions

02/08 2016

dev-master

9999999-dev

A SimpleSAMLphp module to provide a very flexible User Interface implementing an IdP Discovery Service.

  Sources   Download

The Requires

 

modules simplesamlphp

10/08 2015

v1.0

1.0.0.0

A SimpleSAMLphp module to provide a very flexible User Interface implementing an IdP Discovery Service.

  Sources   Download

The Requires

 

modules simplesamlphp