2017 © Pedro PelĂĄez
 

simplesamlphp-module simplesamlphp-module-openidsir

A SimpleSAMLphp filter for SIR OpenID attributes.

image

sgomez/simplesamlphp-module-openidsir

A SimpleSAMLphp filter for SIR OpenID attributes.

  • Sunday, February 28, 2016
  • by decano
  • Repository
  • 1 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

SimpleSAMLphp Composer SIR OpenID filter module

This package adds a filter for SIR OpenID attributes through a SimpleSAMLphp module installable through Composer. Installation can be as easy as executing:, (*1)

composer.phar require sgomez/simplesamlphp-module-openidsir ~1.0@dev

How to use

Add this to your IdP definition:, (*2)

'authproc' => array(
    10 => 'openidsir:OpenID',
),

If your SIR OpenID is:, (*3)

http://yo.rediris.es/soy/usuario@institucion.org/

You will receive this attributes:, (*4)

"mail" => [
  0 => "usuario@institucion.org"
],
"uid" => [
  0 => "usuario"
],
"sHO" => [
  0 => "institucion.org"
]

The Versions

28/02 2016

dev-master

9999999-dev

A SimpleSAMLphp filter for SIR OpenID attributes.

  Sources   Download

LGPL-2.1

The Requires

 

oauth2

28/02 2016

1.0.1

1.0.1.0

A SimpleSAMLphp filter for SIR OpenID attributes.

  Sources   Download

LGPL-2.1

The Requires

 

oauth2